aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-11-12 10:06:02 +0100
committerFeuerfuchs <git@feuerfuchs.dev>2019-11-12 10:06:02 +0100
commitdbb9f4f00e7c940ff034e7027e554e25af38e7db (patch)
tree2766f19ca81676ffe1ddc32a8dcfef525081fd80 /css
parentUpdated Iosevka (diff)
downloadgopherproxy-dbb9f4f00e7c940ff034e7027e554e25af38e7db.tar.gz
gopherproxy-dbb9f4f00e7c940ff034e7027e554e25af38e7db.tar.bz2
gopherproxy-dbb9f4f00e7c940ff034e7027e554e25af38e7db.zip
Use brighter text in location bar for gopher://
Diffstat (limited to 'css')
-rw-r--r--css/main.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/css/main.scss b/css/main.scss
index f746fa1..a6b1ee9 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -2,7 +2,7 @@ $accent: scale-color(#e8ad58, $lightness: 30%);
2$background: hsl(210, 14%, 9%); 2$background: hsl(210, 14%, 9%);
3$text: mix(hsl(210, 60%, 95%), $background, 85%); 3$text: mix(hsl(210, 60%, 95%), $background, 85%);
4$text-minus: mix(hsl(210, 100%, 95%), $background, 60%); 4$text-minus: mix(hsl(210, 100%, 95%), $background, 60%);
5$text-faint: mix(hsl(210, 100%, 95%), $background, 35%); 5//$text-faint: mix(hsl(210, 100%, 95%), $background, 35%);
6$text-plus: #fff; 6$text-plus: #fff;
7$link-idle: $text-plus; 7$link-idle: $text-plus;
8$link-visited: $text; 8$link-visited: $text;
@@ -111,7 +111,7 @@ strong {
111 111
112.header { 112.header {
113 padding: .9em 1em; 113 padding: .9em 1em;
114 color: $text-faint; 114 color: $text-minus;
115} 115}
116 116
117// 117//
@@ -124,11 +124,10 @@ strong {
124 text-overflow: ellipsis; 124 text-overflow: ellipsis;
125 text-overflow: ellipsis '|'; 125 text-overflow: ellipsis '|';
126 margin-right: .5em; 126 margin-right: .5em;
127 color: $text-faint;
128 127
129 &__prefix { 128 &__prefix {
130 margin-right: .3em; 129 margin-right: .3em;
131 color: $text-faint; 130 color: $text-minus;
132 131
133 @media (hover: hover) { 132 @media (hover: hover) {
134 &:hover { 133 &:hover {