css: factor out colors from main css (#4158).
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
@import "../base/000_vars.scss";
|
||||
|
||||
div#c-post-versions {
|
||||
div#a-index {
|
||||
tr.hilite {
|
||||
background: $highlight_color;
|
||||
background: var(--table-row-hover-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user