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:14 +0200 |
commit | 1bb2d0b954cdd817dcb85fe15dcbabdf996d8518 (patch) | |
tree | cb0d0caa06f3d50ea768c81e4eaa0cfcb2c2da10 /view/theme/redbasic/schema | |
parent | 0773b9bf920dbf4d3ba3110079adc39d7a0c0874 (diff) | |
download | volse-hubzilla-1bb2d0b954cdd817dcb85fe15dcbabdf996d8518.tar.gz volse-hubzilla-1bb2d0b954cdd817dcb85fe15dcbabdf996d8518.tar.bz2 volse-hubzilla-1bb2d0b954cdd817dcb85fe15dcbabdf996d8518.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; } |