gtm-test-site/themes/papercss-hugo-theme/assets/css/custom.css
2024-01-23 17:47:24 +03:00

46 lines
568 B
CSS

/* base */
body {
background-image: url('{{ "img/geometry2.png" | relURL }}');
}
/* anchors */
a,
a:visited {
color: rgb(0, 0, 238);
background-image: none;
text-decoration: underline;
}
/* navbar */
nav a,
nav a:visited {
color: #41403e;
text-decoration: none;
}
/* blockquote */
blockquote {
font-style: italic;
}
/* post list */
.post-list {
font-size: 2em;
}
.summary {
margin-bottom: 0.1em;
}
/* post single */
.post-title {
margin-bottom: 0.1em;
}
/* toc */
.toc {
padding: 1em;
margin-top: 1em;
}
.toc h2 {
font-size: 1.3em;
}