use css vars for coloring

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-03 22:59:36 +00:00
parent c742ed7085
commit 8b9cbec5fb
5 changed files with 28 additions and 45 deletions

View File

@@ -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>