css: factor out colors from main css (#4158).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
div#c-artists, div#excerpt {
|
||||
span.new-artist {
|
||||
font-weight: bold;
|
||||
color: #A00;
|
||||
color: var(--new-artist-color);
|
||||
}
|
||||
|
||||
ul ul {
|
||||
|
||||
Reference in New Issue
Block a user