summaryrefslogtreecommitdiff
path: root/themes/vinkland/assets/css/#main.css#
diff options
context:
space:
mode:
Diffstat (limited to 'themes/vinkland/assets/css/#main.css#')
-rw-r--r--themes/vinkland/assets/css/#main.css#28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/vinkland/assets/css/#main.css# b/themes/vinkland/assets/css/#main.css#
new file mode 100644
index 0000000..3a4f968
--- /dev/null
+++ b/themes/vinkland/assets/css/#main.css#
@@ -0,0 +1,28 @@
+:root {
+ --bg: #fafafa;
+ --fg: #2f343f;
+ --hl: #4084d6;
+ --hl2: #ed4737;
+}
+
+body {
+ color: var(--fg);
+
+ font-family: C059;
+ margin: 0 auto;
+ max-width: 800px;
+ flex-direction: column;
+}
+
+header {
+ margin-bottom: 1rem;
+}
+
+footer {
+ margin-top: 1rem;
+}
+
+a {
+ color: #00e;
+ text-decoration: none;
+}