mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
17 lines
183 B
SCSS
17 lines
183 B
SCSS
|
@charset "UTF-8";
|
||
|
|
||
|
h1,
|
||
|
h2 {
|
||
|
font-family: $title_font;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 2.5rem;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
h1::after {
|
||
|
background-color: $primary_color;
|
||
|
height: 2px;
|
||
|
}
|