mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 18:02:51 +00:00
css changes - messing with font
This commit is contained in:
@@ -5,12 +5,8 @@
|
||||
.date {
|
||||
margin: 0;
|
||||
opacity: 0.7;
|
||||
font-weight: 300;
|
||||
}
|
||||
.intro {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
p {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ $transitionDuration: 0.4s;
|
||||
transition: transform $transitionDuration ease-out;
|
||||
-webkit-transition: transform $transitionDuration ease-out;
|
||||
&:hover {
|
||||
color: #3598db;
|
||||
color: #D1D1D1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
@import './utils.scss';
|
||||
html {
|
||||
//font-family: 'Roboto Slab', serif;
|
||||
font-family: 'Raleway', Calibri, Arial, sans-serif;
|
||||
font-family: 'Roboto Slab', serif;
|
||||
}
|
||||
body {
|
||||
max-width: 100%;
|
||||
@@ -17,11 +16,10 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
}
|
||||
p {
|
||||
font-weight: 200;
|
||||
font-size: 1.1em;
|
||||
font-weight: 300;
|
||||
}
|
||||
*,
|
||||
*:after,
|
||||
|
||||
Reference in New Issue
Block a user