Remove errant S

This commit is contained in:
Peter Stather 2024-07-01 12:52:15 +01:00
parent be4eb6a978
commit c39c200549

View File

@ -24,7 +24,7 @@ section {
padding: 0 0.1rem;
border-radius: 5px;
}
S ::selection {
::selection {
background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
color: var(--darkgray);
}