diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-15 04:36:04 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-15 04:36:04 -0400 |
commit | 224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6 (patch) | |
tree | f316f90653992a1918d5b21b1b2a0ec12344ac9c /blog/style.css | |
parent | 8a61c6f3aceda07acdc00857c7c074bef7550430 (diff) | |
download | site-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.tar.gz site-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.tar.bz2 site-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.zip |
make blog entries match main website theme
and use html metadata for creation date
Diffstat (limited to 'blog/style.css')
l---------[-rw-r--r--] | blog/style.css | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/blog/style.css b/blog/style.css index 1f346fb..5191bf7 100644..120000 --- a/blog/style.css +++ b/blog/style.css @@ -1,20 +1 @@ -html { - background-color: #121212; - border: 3vh solid #121212; - font-family: sans-serif; - font-size: 2vh; - color: white; -} - -a:link, a:visited { - background-color: #f44336; - color: white; - padding: 1px 1px; - text-align: center; - text-decoration: none; - display: inline-block; -} - -a:hover, a:active { - background-color: red; -} +../style.css
\ No newline at end of file |