css: factor out colors from main css (#4158).

This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent d203a543d0
commit c325bfa199
52 changed files with 519 additions and 332 deletions

View File

@@ -3,7 +3,7 @@ div#c-iqdb-queries {
article.post-preview {
height: 180px;
width: 180px;
border: lightgrey solid 1px;
border: var(--iqdb-preview-border);
img {
margin-top: 10px;