bop-hugo-theme/assets/css/style.scss

42 lines
540 B
SCSS
Raw Normal View History

2020-10-14 01:00:50 +02:00
* {
box-sizing: border-box;
}
html {
2020-11-14 10:23:33 +01:00
font-family: "Coelacanth", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
2020-11-13 17:40:17 +01:00
font-size: large;
2020-10-14 01:00:50 +02:00
}
a {
text-decoration: none;
}
a.exposed {
font-weight: bold;
font-size: 1.3em;
}
a:visited {
}
body {
2020-11-13 17:40:17 +01:00
max-width: 1200px;
2020-10-14 01:00:50 +02:00
@media (min-width: 1200px) {
2020-11-14 10:23:33 +01:00
margin: auto;
2020-10-14 01:00:50 +02:00
}
}
header {
text-align: center;
h1 {
2020-11-13 17:40:17 +01:00
margin-bottom: 0;
2020-10-14 01:00:50 +02:00
}
2020-11-13 17:40:17 +01:00
nav {
margin: 1em;
2020-10-14 01:00:50 +02:00
}
2020-11-13 17:40:17 +01:00
nav > * {
padding: 0.5em;
2020-10-14 01:00:50 +02:00
}
}
.path {
display: inline;
}