add all components
This commit is contained in:
@@ -116,6 +116,7 @@ header { font-family: "Reddit Sans"; }
|
||||
--color-textbutton: #fff;
|
||||
--color-hoverbgbutton: #272727;
|
||||
--color-hovertextbutton: #fff;
|
||||
--color-textcolor: #000000;
|
||||
}
|
||||
.dark {
|
||||
--color-bg: #18181b;
|
||||
@@ -126,6 +127,7 @@ header { font-family: "Reddit Sans"; }
|
||||
--color-textbutton: #000;
|
||||
--color-hoverbgbutton: #e7e7e7;
|
||||
--color-hovertextbutton: #000;
|
||||
--color-textcolor: #ffffff;
|
||||
}
|
||||
|
||||
.bg-theme {
|
||||
@@ -145,6 +147,10 @@ header { font-family: "Reddit Sans"; }
|
||||
color: var(--color-textbutton);
|
||||
}
|
||||
|
||||
.changed{
|
||||
color: var(--color-textcolor);
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
|
Reference in New Issue
Block a user