aboutsummaryrefslogtreecommitdiff
path: root/styles/defaults.scss
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-19 21:08:50 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-19 21:08:50 -0500
commitf1f25f4764dd8d297a59765b0df85f55da2b39ee (patch)
tree9c10f3fcde264a1b13dccc64b9037f46d9bbc121 /styles/defaults.scss
downloadhomepage-f1f25f4764dd8d297a59765b0df85f55da2b39ee.tar.xz
homepage-f1f25f4764dd8d297a59765b0df85f55da2b39ee.zip
Init
Diffstat (limited to 'styles/defaults.scss')
-rw-r--r--styles/defaults.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/styles/defaults.scss b/styles/defaults.scss
new file mode 100644
index 0000000..e8cd0bf
--- /dev/null
+++ b/styles/defaults.scss
@@ -0,0 +1,41 @@
+body {
+ font-family: Inconsolata, monospace;
+ font-weight: 400;
+}
+
+h1 {
+ font-size: 2.8rem;
+ font-weight: 300;
+ line-height: 1.167;
+ letter-spacing: -0.01562em;
+}
+
+a {
+ text-decoration: none;
+}
+
+p, ul {
+ margin-top: 0.3rem;
+ margin-bottom: 0.6rem;
+}
+
+li {
+ margin: 0 0.08rem;
+}
+
+h3 {
+ font-size: 1.5rem;
+ margin-top: 0.4rem;
+ margin-bottom: 1rem;
+}
+
+ul {
+ list-style-type: disc;
+ list-style-position: inside;
+}
+
+ul > ul {
+ list-style-type: circle;
+ list-style-position: inside;
+ margin-left: 1em;
+} \ No newline at end of file