Fix oled theme, docs, component bugs

This commit is contained in:
venashial
2022-05-26 19:16:46 -07:00
parent 5d4e06074a
commit 89571d57bd
4 changed files with 35 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
.oled-theme {
.theme-oled {
@extend .dark-theme;
/* Container colors */
@@ -7,7 +7,6 @@
--color-raised-bg-hover: hsl(220, 13%, 20%);
--color-divider: hsl(220, 13%, 35%);
--color-button-bg: hsl(220, 13%, 20%);
--color-button-bg-hover: hsl(220, 13%, 15%);
/* Ad colors */
--color-ad-bg: hsl(200, 70%, 15%);