summaryrefslogtreecommitdiff
path: root/content/css/main.css
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-04-10 16:04:07 +0200
committerBond_009 <bond.009@outlook.com>2021-04-10 16:04:07 +0200
commite70a719c638509087539b3ba0dba0b61d65519ca (patch)
tree692baebeac1191d189ac5da93b9ded042bc88b85 /content/css/main.css
First
Diffstat (limited to 'content/css/main.css')
-rwxr-xr-xcontent/css/main.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/css/main.css b/content/css/main.css
new file mode 100755
index 0000000..5236e3f
--- /dev/null
+++ b/content/css/main.css
@@ -0,0 +1,21 @@
+html {
+ font-family: Hack, monospace;
+ color: #eeeeee;
+ background-color:#1e1e1e;
+ line-height: 1.6;
+}
+main {
+ max-width: 70ch;
+ padding: 2ch;
+ margin: auto;
+}
+h1::before {
+ content: '# ';
+}
+h2::before {
+ content: '## ';
+}
+a {
+ color: #569cd6;
+ text-decoration: none;
+}