1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

commento.scss: move highlighted to commento-card.scss

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 11:22:55 -05:00
parent 52ce1e2660
commit 69aba94590
4 changed files with 13 additions and 6 deletions

View File

@ -95,6 +95,10 @@
}
.commento-dark-card {
background: $red-0;
}
.commento-highlighted-card {
background: $yellow-0;
}