diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-30 21:52:33 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-30 21:52:33 +0700 |
commit | b73bf44b7518cdf6d75b3bf79c67d217aced651f (patch) | |
tree | 7cdc3480f97d46d9553a5d92a210eb5e1d34124d /tridactyl | |
parent | 7e2a016dc724dd9f6767a002f5da889740f137c6 (diff) | |
download | dotfiles-b73bf44b7518cdf6d75b3bf79c67d217aced651f.tar.gz |
Update 2020-11-30
Diffstat (limited to 'tridactyl')
-rw-r--r-- | tridactyl/.config/tridactyl/themes/quakery.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tridactyl/.config/tridactyl/themes/quakery.css b/tridactyl/.config/tridactyl/themes/quakery.css index 962bbf3..cf2665d 100644 --- a/tridactyl/.config/tridactyl/themes/quakery.css +++ b/tridactyl/.config/tridactyl/themes/quakery.css @@ -3,13 +3,13 @@ --tridactyl-bg: #1c1b19; --tridactyl-fg: #fce8c3; --tridactyl-font-family: "Latin Modern Mono", monospace; - --tridactyl-font-size: 15pt; + --tridactyl-font-size: 12pt; /* Mode indicator */ --tridactyl-status-font-family: var(--tridactyl-font-family); --tridactyl-status-font-size: var(--tridactyl-font-size); --tridactyl-status-border: 2px var(--tridactyl-bg) solid; - --tridactyl-status-border-radius: 7px; + --tridactyl-status-border-radius: 6px; /* Search highlight */ --tridactyl-search-highlight-color: #fbb829; @@ -53,5 +53,5 @@ top: 10% !important; left: 10% !important; width: 80% !important; - box-shadow: #00000080 0px 0px 15px !important; + box-shadow: #00000080 0px 0px 12px !important; } |