css vars refactoring

This commit is contained in:
Devaev Maxim
2018-07-28 14:47:13 +03:00
parent 8bac7382bb
commit 5a9b86457c
3 changed files with 19 additions and 19 deletions

View File

@@ -93,5 +93,5 @@ div#keyboard p {
transform: translateY(-50%);
}
div#keyboard b {
color: var(--fg-color-special);
color: var(--bg-color-intensive);
}