update pill color

This commit is contained in:
Anton Livaja 2025-03-17 20:07:35 -07:00
parent ac5ba433d4
commit cae6b4ea1e
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 3 additions and 2 deletions

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;
}