summaryrefslogtreecommitdiff
path: root/site/themes/sine/static/css/style.css
diff options
context:
space:
mode:
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 {