diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:02:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:02:52 +0200 |
commit | 705ff97892fe816746f6a1f96bf0efac6668ceb9 (patch) | |
tree | 7d04c93ff6fedb8fe2c32d7f60833c7f874eb191 /view/theme/redbasic/schema | |
parent | da775d182af76b17b65f5475d1a8ac617db57188 (diff) | |
download | volse-hubzilla-705ff97892fe816746f6a1f96bf0efac6668ceb9.tar.gz volse-hubzilla-705ff97892fe816746f6a1f96bf0efac6668ceb9.tar.bz2 volse-hubzilla-705ff97892fe816746f6a1f96bf0efac6668ceb9.zip |
more css fixes for bs-default schema
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/BS-Default.css index 47e93edc3..d23fc0fd8 100644 --- a/view/theme/redbasic/schema/BS-Default.css +++ b/view/theme/redbasic/schema/BS-Default.css @@ -1,4 +1,4 @@ .navbar-dark .navbar-toggler, -.nav-link.active { +.navbar-dark .nav-link.active { color: rgba(0,0,0,0.7) !important; } |