add all components

This commit is contained in:
2025-08-10 17:28:43 +03:00
parent a71faed5b3
commit 4a4e8bd33c
44 changed files with 70 additions and 340 deletions

View File

@@ -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);