summaryrefslogtreecommitdiff
path: root/assets/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/main.scss')
-rw-r--r--assets/scss/main.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
new file mode 100644
index 0000000..ae917c9
--- /dev/null
+++ b/assets/scss/main.scss
@@ -0,0 +1,41 @@
+@use 'fonts.scss';
+
+* {
+ color: #f0f0f0;
+}
+
+html {
+ background: #0e0614;
+}
+
+header {
+ text-align: center;
+}
+
+header h1 {
+ font-style: italic;
+}
+
+nav a {
+ padding: 0 0.1rem;
+}
+
+footer {
+ text-align: center;
+}
+
+h1 a {
+ text-decoration: none;
+}
+
+code {
+ overflow-wrap: anywhere;
+}
+
+.content {
+ max-width: 50rem;
+
+ text-wrap: pretty;
+
+ margin: auto;
+}