diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-10 16:04:07 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-04-10 16:04:07 +0200 |
| commit | e70a719c638509087539b3ba0dba0b61d65519ca (patch) | |
| tree | 692baebeac1191d189ac5da93b9ded042bc88b85 /content/css | |
First
Diffstat (limited to 'content/css')
| -rwxr-xr-x | content/css/main.css | 21 |
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; +} |
