chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-18 14:54:56 -07:00
parent 54cc4bdc01
commit ae03a77a67
No known key found for this signature in database
13 changed files with 12 additions and 156 deletions

View file

@ -3,8 +3,6 @@ body {
color: var(--text-color);
background: var(--background-color);
font-family: var(--font-mono);
scrollbar-width: thin;
scrollbar-color: var(--accent-color) var(--gray-light);
}
html {
@ -27,25 +25,6 @@ body {
background: var(--accent-color);
}
::-webkit-scrollbar-track {
background-color: var(--gray-light);
}
::-webkit-scrollbar-thumb {
background: var(--accent-color);
border-radius: var(--border-radius-full);
}
::-webkit-scrollbar-button {
background-color: var(--accent-color);
}
::-webkit-scrollbar,
body::-webkit-scrollbar {
width: var(--sizing-md);
height: var(--sizing-md);
}
p {
margin: var(--margin-vertical-base-horizontal-zero);
overflow: visible;
@ -79,7 +58,6 @@ p {
& a {
text-decoration: underline;
text-decoration-style: dashed;
text-underline-offset: var(--spacing-xs);
}
}
@ -172,26 +150,6 @@ a {
stroke: var(--accent-color-hover);
}
a:focus,
a:focus-within
a:has(svg):focus svg,
a:has(svg):focus-within svg {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
text-decoration: none;
}
a.icon-link:focus,
a.icon-link:focus-within {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
text-decoration: none;
& svg {
outline: none;
}
}
a:hover,
a:focus,
a:active,
@ -549,5 +507,4 @@ ul, ol {
border-radius: var(--border-radius-slight);
height: auto;
width: 100%;
display: block;
}