CSS tweaks for button appearances
This commit is contained in:
parent
7741ebb463
commit
2078458edf
2
css/hexagons.min.css
vendored
2
css/hexagons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #879FBB;
|
color: #00366C;
|
||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
-moz-transition: all .2s ease-in-out;
|
-moz-transition: all .2s ease-in-out;
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
@ -54,7 +54,7 @@ a {
|
|||||||
a:hover,
|
a:hover,
|
||||||
a:focus {
|
a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #8D9BB6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light {
|
.light {
|
||||||
|
Loading…
Reference in New Issue
Block a user