summaryrefslogtreecommitdiff
path: root/site/themes/sine/static/css/style.css
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-02-15 23:37:03 -0500
committertriethyl <triethylammonium@pm.me>2026-02-15 23:37:03 -0500
commita24b51a5d2798ca4beedece745a98163410a8b0d (patch)
treed99e29ee56a430761ee16bac7cde06cb43f71728 /site/themes/sine/static/css/style.css
parent321fe94915eb8d7d79728ca9253a71042e017628 (diff)
themes overhaul and new font
Diffstat (limited to 'site/themes/sine/static/css/style.css')
-rw-r--r--site/themes/sine/static/css/style.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/site/themes/sine/static/css/style.css b/site/themes/sine/static/css/style.css
index c14e227..9470d48 100644
--- a/site/themes/sine/static/css/style.css
+++ b/site/themes/sine/static/css/style.css
@@ -1,8 +1,7 @@
/* COLORS */
-@import url('themes/oxocarbon-light.css');
-@import url('themes/oxocarbon-dark.css');
+@import url('themes/themes.css');
-#toggleTheme {
+#switchTheme {
font-family: "kirsch";
font-size: 2rem;
color: var(--fg);
@@ -10,8 +9,8 @@
background: none;
cursor: pointer;
position: relative;
- top: 2px;
- margin: -4px 2px;
+ /* top: 2px; */
+ /* margin: -4px 2px; */
}
#logoContainer {
@@ -29,6 +28,13 @@
font-display: block;
}
+@font-face {
+ font-family: 'Jacquard12';
+ src: url('/fonts/Jacquard12-Regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
/* LAYOUT */
body {
@@ -152,9 +158,10 @@ body {
margin: 14px 0;
}
-#content h1 {
+#content :is(h1, h2, h3, h4, h5, h6) {
margin: 0;
text-align: center;
+ font-family: "Jacquard12";
}
#content ul {