dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit b42db1a90d08a622e4a0b3e3398db5cfc6e3baef
parent acd0f5e21381c2eca3f5c5e593e6ef683e0830fa
Author: hhvn <hayden@haydenvh.com>
Date:   Sat,  6 Feb 2021 12:27:18 +0000

.config/surf/styles/default.css: colour the child elements of a and button aswell

Diffstat:
M.config/surf/styles/default.css | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.config/surf/styles/default.css b/.config/surf/styles/default.css @@ -1,14 +1,14 @@ - *{ - background-color: #0a0a10 !important; - background-image: none !important; - color: #1e5eb3 !important; - border-color: #1e5eb3 !important; - } - h1,h2,h3,h4 { - color: #31364b !important; - } - a{ - color: #777b8e !important; +* { + background-color: #0a0a10 !important; + background-image: none !important; + color: #1e5eb3 !important; + border-color: #1e5eb3 !important; +} +h1,h2,h3,h4 { + color: #31364b !important; +} +a,a>*,button,button>* { + color: #777b8e !important; } input,textarea{ border: 2px solid #1e5eb3 !important;