This commit is contained in:
semanticdata 2023-12-14 15:31:37 -06:00
commit f4fb79ea58

View File

@ -73,11 +73,17 @@ a {
// text-underline-offset: 0.4em;
}
&.internal:not(:has(> img)) {
&.internal {
text-decoration: none;
background-color: var(--highlight);
padding: 0 0.1rem;
border-radius: 5px;
&:has(> img) {
background-color: none;
border-radius: 0;
padding: 0;
}
}
}
@ -104,8 +110,6 @@ a {
}
& article {
position: relative;
& > h1 {
font-size: 2rem;
}