Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
8452a689
Commit
8452a689
authored
Mar 06, 2014
by
Thomas Park
Browse files
lumen: darken navbar default brand color
parent
5774fae3
Changes
3
Hide whitespace changes
Inline
Side-by-side
lumen/bootstrap.css
View file @
8452a689
...
...
@@ -3940,7 +3940,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-color
:
#e7e7e7
;
}
.navbar-default
.navbar-brand
{
color
:
#
999999
;
color
:
#
333333
;
}
.navbar-default
.navbar-brand
:hover
,
.navbar-default
.navbar-brand
:focus
{
...
...
lumen/bootstrap.min.css
View file @
8452a689
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/variables.less
View file @
8452a689
...
...
@@ -347,7 +347,7 @@
@navbar-default-link-disabled-bg: transparent;
// Navbar brand label
@navbar-default-brand-color: @navbar-default-link-color;
@navbar-default-brand-color: @navbar-default-link-
hover-
color;
@navbar-default-brand-hover-color: @navbar-default-link-hover-color;
@navbar-default-brand-hover-bg: transparent;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment