Add colors to css

This commit is contained in:
nemunaire 2026-01-24 21:23:40 +08:00
commit 6b4ca126b0

View file

@ -1,6 +1,9 @@
:root { :root {
--bs-primary: #1cb487; --bs-primary: #1cb487;
--bs-primary-rgb: 28, 180, 135; --bs-primary-rgb: 28, 180, 135;
--bs-link-color-rgb: 28, 180, 135;
--bs-link-hover-color-rgb: 17, 112, 84;
--bs-tertiary-bg: #e7e8e8;
} }
body { body {
@ -8,6 +11,10 @@ body {
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} }
.bg-tertiary {
background-color: var(--bs-tertiary-bg);
}
/* Animations */ /* Animations */
@keyframes fadeIn { @keyframes fadeIn {
from { from {