All checks were successful
continuous-integration/drone/push Build is passing
42 lines
553 B
SCSS
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;
|
|
} |