mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 17:12:48 +00:00
updates
This commit is contained in:
@@ -4,7 +4,7 @@ html {
|
||||
|
||||
body {
|
||||
color: $fontPrimary;
|
||||
background-color: $light2;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.fa {
|
||||
@@ -18,6 +18,6 @@ a {
|
||||
transition: all 0.1s linear;
|
||||
|
||||
&:hover {
|
||||
color: $primaryBlue;
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user