1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-10 17:12:48 +00:00
This commit is contained in:
2018-01-03 22:36:25 +01:00
parent ff21d15083
commit f4b5cd04a5
12 changed files with 787 additions and 541 deletions

View File

@@ -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;
}
}