world/sass/base.scss

45 lines
549 B
SCSS
Raw Normal View History

2023-12-21 13:26:13 +01:00
h1 {
font-size: 3em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1em;
}
2023-12-22 14:34:04 +01:00
hr {
background: transparent;
height: 0px;
border: 0;
border-bottom: 1px solid #323432;
}
2023-12-21 13:26:13 +01:00
.md-content {
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
}
2023-12-22 14:11:29 +01:00
.js-only {
display: none;
}
2023-12-21 13:26:13 +01:00
a, a:visited {
color: #00a8a8;
2024-01-08 09:03:23 +01:00
}
.title-a {
color: #c1c4c1 !important;
text-decoration: none !important;
&:hover {
text-decoration: underline !important;
}
2023-12-21 13:26:13 +01:00
}