diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:05:46 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:05:46 -0400 |
commit | 333a112ff6bf3341d20cdab61cbb83109df123a7 (patch) | |
tree | 31a8788abadbd2436e9a6bf4136ab9e44abcea19 /style/style.css | |
parent | 90c0f3e92db08ac780cbc48ac5eca570ee9350ce (diff) | |
download | wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.gz wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.bz2 wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.zip |
cleanup some unneeded things
Diffstat (limited to 'style/style.css')
-rw-r--r-- | style/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css index 4ebfcc7..0002a69 100644 --- a/style/style.css +++ b/style/style.css @@ -68,7 +68,7 @@ h1, #header { margin-right: 10px; padding: 10px; float: left; - overflow-y: auto; + overflow: auto; background-color: #1a1a1a; color: #fff; } |