diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-12 21:04:43 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-12 21:06:41 +0100 |
commit | b62dee4c9076996ef015499228786fb877584588 (patch) | |
tree | f833cf2e5a377d79e13ed8efdbb49770bd0aefd9 /view/theme | |
parent | 3838472a8ec9aee495d3427498f99f7b297ccefe (diff) | |
download | volse-hubzilla-b62dee4c9076996ef015499228786fb877584588.tar.gz volse-hubzilla-b62dee4c9076996ef015499228786fb877584588.tar.bz2 volse-hubzilla-b62dee4c9076996ef015499228786fb877584588.zip |
removed underline only for testing purpose - revert
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 1bff25e12..a921f42af 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -307,7 +307,7 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { .group-selected, .fileas-selected, .categories-selected, .search-selected, a.active { color: #fff !important; - text-decoration: none !important; + text-decoration: underline !important; } .generic-content-wrapper-styled { |