fix: WebKit variable font transition issue on index page (#38)

Closes #17

Also fixed this placeholder text contrast issue in Safari
![image](/attachments/e028f967-3d0f-41a8-b068-1bf067d61631)
to:
![image](/attachments/97b3e36f-277b-4646-b5fd-c45d53fd3ce7)

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/38
This commit is contained in:
Victor Westerlund 2025-04-19 11:06:46 +00:00
parent b398354594
commit afe450a6d2
2 changed files with 5 additions and 1 deletions

View file

@ -38,7 +38,7 @@ vv-shell img {
padding: unset;
text-align: right;
font-size: clamp(20px, 8vh, 60px);
font-weight: 900;
font-weight: bold;
line-height: clamp(20px, 8vh, 60px);
color: var(--color-accent);
}

View file

@ -286,6 +286,10 @@ header searchbox input {
border: none;
}
header searchbox input::placeholder {
color: rgba(0, 0, 0, .5);
}
/* #### Active */
header.searchboxActive > * {