thoughts/static/css/custom.css
Tommy Skaug 3860d96672
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
More of that content. Latest version.
2024-08-05 21:33:47 +02:00

68 lines
1.2 KiB
CSS

/* ==================================================================== */
/* custom.css */
/* ==================================================================== */
/* use this file to tweak your styles by overriding others */
@import url("tufte.css");
h1 {
margin-bottom: 1.5rem;
}
p.subtitle {
line-height: 2;
margin-top: 0rem;
margin-bottom: 1rem;
line-height: 1.5 !important;
}
ul {
width: 100%;
}
header {
max-width: 750px;
}
article:not(:only-of-type) h1 {
margin-top: 20px;
font-size: 24px;
font-style: normal !important;
}
article:only-of-type h1 a, article:only-of-type h1 a:visited {
text-decoration: none;
text-shadow: none;
background: none;
background-repeat: none;
}
article:not(:only-of-type) {
padding: 1rem 0rem;
}
article:not(:only-of-type) p, article:not(:only-of-type) small {
display: none;
}
a, a:visited, a:link, a:active {
text-decoration: none;
}
nav, html_footer, articles {
width: 87.5%;
margin-left: auto;
margin-right: auto;
margin: auto;
}
nav {
margin-top: 50px;
}
ul.pure-menu-list li {
display:inline;
margin-left: 30px;
}