diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-24 22:26:07 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-24 22:26:07 +0200 |
commit | e8f0f50f31443f9a6be74c06205868a4db27ed1a (patch) | |
tree | 008bc56f17f212fc8836948196b0622edfeb635b /css | |
parent | Improved design, add setting for image previews, add prompt for new location (diff) | |
download | gopherproxy-e8f0f50f31443f9a6be74c06205868a4db27ed1a.tar.gz gopherproxy-e8f0f50f31443f9a6be74c06205868a4db27ed1a.tar.bz2 gopherproxy-e8f0f50f31443f9a6be74c06205868a4db27ed1a.zip |
Design: Add some more characters for the borders
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/main.scss b/css/main.scss index 6334f42..acbb740 100644 --- a/css/main.scss +++ b/css/main.scss | |||
@@ -122,7 +122,7 @@ strong { | |||
122 | white-space: nowrap; | 122 | white-space: nowrap; |
123 | overflow: hidden; | 123 | overflow: hidden; |
124 | color: $text-faint; | 124 | color: $text-faint; |
125 | content: '----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'; | 125 | content: '-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'; |
126 | } | 126 | } |
127 | } | 127 | } |
128 | 128 | ||
@@ -235,7 +235,7 @@ strong { | |||
235 | 235 | ||
236 | &::after { | 236 | &::after { |
237 | color: $text-faint; | 237 | color: $text-faint; |
238 | content: ' . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .'; | 238 | content: ' . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .'; |
239 | } | 239 | } |
240 | } | 240 | } |
241 | } | 241 | } |