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 "palette";
|
||||||
|
@use "settings";
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: 'Alegreya', serif;
|
font-family: settings.$font-body-text;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: 'Alegreya', serif;
|
font-family: settings.$font-body-text;
|
||||||
margin: 2rem 1rem;
|
margin: 2rem 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background-color: palette.$standout;
|
background-color: palette.$standout;
|
||||||
box-shadow: .5rem .5rem 0 0 palette.$grey200;
|
box-shadow: .5rem .5rem 0 0 palette.$grey200;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
font-family: 'Alegreya', serif;
|
font-family: settings.$font-body-text;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
content: '"';
|
content: '"';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user