You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.0 KiB
Sass
57 lines
1.0 KiB
Sass
@import "_variables"
|
|
|
|
// ...
|
|
|
|
.icon
|
|
height: 1em
|
|
|
|
.logo
|
|
height: 4em
|
|
width: unset
|
|
margin-bottom: -12px
|
|
|
|
footer
|
|
background-color: $color-main
|
|
color: #ebf2ff
|
|
padding: 2em 3em
|
|
display: flex
|
|
flex-wrap: wrap
|
|
justify-content: space-around
|
|
align-items: center
|
|
a
|
|
color: white
|
|
a:hover
|
|
color: white
|
|
|
|
@font-face
|
|
font-family: JetBrainsMono
|
|
src: url(/fonts/JetBrainsMono/JetBrainsMono-Regular.ttf)
|
|
font-weight: normal
|
|
|
|
@font-face
|
|
font-family: JetBrainsMono
|
|
src: url(/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.ttf)
|
|
font-weight: bold
|
|
|
|
@font-face
|
|
font-family: LatinModernSans
|
|
src: url("/fonts/LatinModernSans/lmsans17-regular.otf")
|
|
|
|
body
|
|
font-family: LatinModernSans
|
|
font-size: 20px
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
font-family: JetBrainsMono
|
|
|
|
a
|
|
color: #0f6caf
|
|
text-decoration: none
|
|
a:hover
|
|
color: #0b5183
|
|
text-decoration: underline
|
|
|
|
|
|
.sr-only
|
|
/* Without this, screen-reader reads each word in a separate line */
|
|
width: initial !important |