Added start of setting system.
This commit is contained in:
parent
2d75452ece
commit
dc614abeb6
2
src/_settings.scss
Normal file
2
src/_settings.scss
Normal file
|
@ -0,0 +1,2 @@
|
|||
// $font-body-text: 'Manrope', sans-serif;
|
||||
$font-body-text: 'Alegreya', serif;
|
|
@ -1,20 +1,21 @@
|
|||
@use "palette";
|
||||
@use "settings";
|
||||
|
||||
p {
|
||||
font-family: 'Alegreya', serif;
|
||||
font-family: settings.$font-body-text;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
position: relative;
|
||||
font-family: 'Alegreya', serif;
|
||||
font-family: settings.$font-body-text;
|
||||
margin: 2rem 1rem;
|
||||
padding: 1rem;
|
||||
background-color: palette.$standout;
|
||||
box-shadow: .5rem .5rem 0 0 palette.$grey200;
|
||||
|
||||
&::before {
|
||||
font-family: 'Alegreya', serif;
|
||||
font-family: settings.$font-body-text;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
content: '"';
|
||||
|
|
Loading…
Reference in New Issue
Block a user