projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce643c
)
fixed a code error I missed
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 18:01:58 +0000
(14:01 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 18:01:58 +0000
(14:01 -0400)
In the top bar there is a reference to a color that doesn't exist in
settings.scss
root/scss/_topbar.scss
patch
|
blob
|
history
diff --git
a/root/scss/_topbar.scss
b/root/scss/_topbar.scss
index
1fd5b73
..
7deb531
100644
(file)
--- a/
root/scss/_topbar.scss
+++ b/
root/scss/_topbar.scss
@@
-75,7
+75,7
@@
text-decoration: none;
&:hover {
background: $white;
- color: $
bri
-blue;
+ color: $
l
-blue;
}
}
}