diff options
-rw-r--r-- | public_html/lib/tpl/e/css/modifications.css | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 984aa528..2776b4ec 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css | |||
@@ -77,11 +77,6 @@ h1, h2, h3, h4, h5, h6, | |||
77 | text-overflow: ellipsis; | 77 | text-overflow: ellipsis; |
78 | } | 78 | } |
79 | 79 | ||
80 | #dokuwiki__aside .nav li a:visited { | ||
81 | border-bottom: none; | ||
82 | border-bottom-color: #202020; | ||
83 | } | ||
84 | |||
85 | #dokuwiki__aside .nav li a:hover, | 80 | #dokuwiki__aside .nav li a:hover, |
86 | #dokuwiki__aside .nav li a:focus { | 81 | #dokuwiki__aside .nav li a:focus { |
87 | border-bottom: none; | 82 | border-bottom: none; |
@@ -144,11 +139,6 @@ h1, h2, h3, h4, h5, h6, | |||
144 | } | 139 | } |
145 | } | 140 | } |
146 | 141 | ||
147 | #dokuwiki__aside a:visited { | ||
148 | border-bottom: none; | ||
149 | border-bottom-color: #282828; | ||
150 | } | ||
151 | |||
152 | @media screen and (max-width: 768px) { | 142 | @media screen and (max-width: 768px) { |
153 | table.columns-plugin { | 143 | table.columns-plugin { |
154 | border: none; | 144 | border: none; |
@@ -277,17 +267,17 @@ a { | |||
277 | text-decoration: none; | 267 | text-decoration: none; |
278 | } | 268 | } |
279 | 269 | ||
270 | a:visited { | ||
271 | border-bottom: none; | ||
272 | border-bottom-color: #00468c; | ||
273 | } | ||
274 | |||
280 | a:hover, a:focus { | 275 | a:hover, a:focus { |
281 | color: #ffffff; | 276 | color: #ffffff; |
282 | border-bottom-color: #ffffff; | 277 | border-bottom-color: #ffffff; |
283 | text-decoration: none; | 278 | text-decoration: none; |
284 | } | 279 | } |
285 | 280 | ||
286 | a:visited { | ||
287 | border-bottom: none; | ||
288 | border-bottom-color: #303030; | ||
289 | } | ||
290 | |||
291 | a.media, a.navbar-brand { | 281 | a.media, a.navbar-brand { |
292 | border-bottom: none; | 282 | border-bottom: none; |
293 | } | 283 | } |