Files
quartz/quartz/styles/custom.scss
Struchkov Mark b9e4c6f74e
All checks were successful
continuous-integration/drone/push Build is passing
font-size: 1.1em;
2024-09-06 01:19:01 +03:00

42 lines
553 B
SCSS

@use "./base.scss";
article {
font-size: 1.1em;
}
a[href^=http]:not([href*=pmcf\.xyz]):after {
content: " ↗"
}
a.external {
text-decoration: none;
border-bottom: 1.3px dashed;
}
a.internal {
border-radius: .1875rem;
padding: 0 .3rem;
}
.recent-notes>ul.recent-ul>li .section>.desc>h3>a {
padding: 0;
}
.search>#search-container {
background-color: #23252f33;
backdrop-filter: blur(8px);
}
.backlinks>ul {
list-style: disc;
}
.github-source {
a {
border-bottom: 0;
}
}
li.section-li>.section .meta {
margin: 0;
}