chore: Consistent CSS variable names and general housekeeping of styles (#2947)

This commit is contained in:
Lipis
2021-02-16 20:22:18 +02:00
committed by GitHub
parent 9c0f832a41
commit 9dd2257932
14 changed files with 149 additions and 147 deletions

View File

@@ -26,7 +26,7 @@ $wide-viewport-width: 1000px;
> span {
padding: 0.2rem 0.4rem;
background-color: var(--overlay-background-color);
background-color: var(--overlay-bg-color);
border-radius: 4px;
}
}