Files
post-self.ink/static/css/toledot.css
Madison Scott-Clary 1a3e8b7fd7 Some info
2022-02-14 18:41:25 -08:00

40 lines
593 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
body {
font-family: "Gentium Basic", serif;
}
h1, h2 {
font-family: "Gotu", sans-serif;
}
blockquote {
overflow-wrap: break-word;
}
.title blockquote {
border: none;
}
.title img {
max-width: 150px;
float: left;
margin: 0 1rem 0.5rem 0;
}
.spoiler {
filter: blur(1rem);
}
.spoiler:hover {
filter: none;
}
.spoiler-warn::before {
vertical-align: top;
content: '(spoiler)';
font-size: 50%;
color: red;
}