update themes

This commit is contained in:
2025-08-06 16:57:51 +03:00
parent b2a1660aa3
commit 1727bb6779
6 changed files with 38 additions and 25 deletions

View File

@@ -60,8 +60,8 @@ img[src*="#3col"] { width: 100px; margin-left: auto; margin-right: auto; }
/* Link styles */
a:hover { color: #8885e2; }
button:hover { color: #8885e2; }
/* a:hover { color: #8885e2; } */
/* button:hover { color: #8885e2; } */
button { font-weight: 500; color: #fff; }
.experience-btn { border: none; margin: 0; padding: 0; color: black; padding: 10px; width: fit-content; }
.experience-btn p { @apply text-lg; }
@@ -110,15 +110,28 @@ header { font-family: "Reddit Sans"; }
:root {
--color-bg: #fff;
--color-text: #222;
--color-link: #8885e2;
--color-link: #ffffff;
--color-header: #000;
--color-bgbutton:#000;
--color-textbutton: #fff;
}
.dark {
--color-bg: #18181b;
--color-text: #f3f4f6;
--color-link: #a5b4fc;
--color-link: #ffffff;
--color-header: #18181b;
--color-bgbutton:#fff;
--color-textbutton: #000;
}
.bg-theme {
background-color: var(--color-bgbutton);
}
.text-theme {
color: var(--color-textbutton);
}
body {
background: var(--color-bg);
color: var(--color-text);