diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-11-30 05:08:58 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-11-30 05:08:58 +0000 |
commit | a5cb1aeac7a971101ca4123018a0f856126844ce (patch) | |
tree | 489205ea2acacc87a2e59f79a04a11419813d2a1 /surf | |
parent | 2fbec682342533d060718e22cc8beb06747797d8 (diff) |
More surf custom configuration
Diffstat (limited to 'surf')
-rw-r--r-- | surf/.config/surf/styles/default.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/surf/.config/surf/styles/default.css b/surf/.config/surf/styles/default.css new file mode 100644 index 0000000..077fe1a --- /dev/null +++ b/surf/.config/surf/styles/default.css @@ -0,0 +1,9 @@ +*,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; +} |