use css vars for coloring
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
}
|
||||
instance-obj:after, instance-obj:first-child:before {
|
||||
content: " ";
|
||||
border-bottom: 1px solid black;
|
||||
border-bottom: 1px solid var(--content-txt-color);
|
||||
grid-column: 1 / span 3;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user