1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-15 12:02:48 +00:00

css changes - messing with font

This commit is contained in:
2016-08-26 03:25:06 +00:00
parent 07ead1ffc2
commit a2642c39b2
5 changed files with 5 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ $transitionDuration: 0.4s;
transition: transform $transitionDuration ease-out;
-webkit-transition: transform $transitionDuration ease-out;
&:hover {
color: #3598db;
color: #D1D1D1;
}
}
}