diff options
author | root <root@zacharyscheiman.com> | 2023-03-10 18:11:06 +0000 |
---|---|---|
committer | root <root@zacharyscheiman.com> | 2023-03-10 18:11:06 +0000 |
commit | 53ba59c39dab56533ec965bfdfc28bd98ab38db0 (patch) | |
tree | 797f54e6f73bae27c3c39a77259be878dced93a0 /blog/style.css | |
download | site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.gz site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.bz2 site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.zip |
initial commit
Diffstat (limited to 'blog/style.css')
-rw-r--r-- | blog/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/blog/style.css b/blog/style.css new file mode 100644 index 0000000..83ff097 --- /dev/null +++ b/blog/style.css @@ -0,0 +1,7 @@ +html { + background-color: #121212; + border: 3vh solid #121212; + font-family: sans-serif; + font-size: 2vh; + color: white; +} |