WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit cae6b4ea1e - Show all commits

View File

@ -184,8 +184,9 @@ a:hover {
.capsule-yellow {
color: var(--background-color);
background: var(--mid-teal);
border: 1px solid var(--mid-teal);
background: var(--dark-teal);
border: 1px solid var(--dark-teal);
filter: brightness(190%);
@include capsule;
}