css: factor out colors from main css (#4158).
This commit is contained in:
@@ -9,7 +9,7 @@ div#c-wiki-pages {
|
||||
}
|
||||
|
||||
.wiki-other-name {
|
||||
background-color: #EEE;
|
||||
background-color: var(--wiki-page-other-name-background-color);
|
||||
padding: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user