mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-65105-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
f7b0d0fe7f
@ -1,6 +1,8 @@
|
||||
$nabvar-bg-color: $dark !default;
|
||||
|
||||
.navbar-bootswatch {
|
||||
@extend .navbar-dark;
|
||||
background-color: $primary;
|
||||
background-color: $nabvar-bg-color;
|
||||
|
||||
.usermenu {
|
||||
color: $navbar-dark-color;
|
||||
@ -10,7 +12,7 @@
|
||||
}
|
||||
a.dropdown-toggle,
|
||||
a .usertext {
|
||||
color: $navbar-dark-color;
|
||||
color: $navbar-dark-active-color;
|
||||
@include hover-focus {
|
||||
color: $navbar-dark-hover-color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user