diff options
| author | iceyrazor <iceyfoxservers@gmail.com> | 2024-11-24 04:50:59 -0600 |
|---|---|---|
| committer | iceyrazor <iceyfoxservers@gmail.com> | 2024-11-24 04:50:59 -0600 |
| commit | 0b274c969e824b4bcf328e3272b8894143f3a683 (patch) | |
| tree | 3b4860beb1c10f68a06d84453ac55b52f327b641 /.surf/styles | |
reinit 3. git reset --hard was not right. thanks ai
Diffstat (limited to '.surf/styles')
| -rw-r--r-- | .surf/styles/default.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.surf/styles/default.css b/.surf/styles/default.css new file mode 100644 index 0000000..69259cc --- /dev/null +++ b/.surf/styles/default.css @@ -0,0 +1,16 @@ +*,div,pre,textarea,body,input,td,tr,p { + background-color: #202020 !important; + background-image: none !important; + color: #bbbbbb !important; +} +h1,h2,h3,h4 { + background-color: #202020 !important; + color: #b8ddea !important; +} +img { + opacity: .5; +} +img:hover { + opacity: 1; +} + |
