hollow-knight-silksong-comp.../style.css
2020-08-24 21:26:47 +02:00

41 lines
No EOL
597 B
CSS

html {
font-size: 16px;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
margin: 0.6rem 0;
}
h2 {
margin: 0.6rem 0;
}
p {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
.horizontal-line {
padding-bottom: 1px;
background: linear-gradient(90deg, #e9e9e9 0%, #FFFFFF 75%);
}
.smalltext {
font-size: 0.8rem;
}
.entryNo {
color: #d1d1d1;
}
.date {
font-size: 0.8rem;
color: #737373;
margin-left: 1rem;
}
a,
a:active,
a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}