mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
fix: WebKit variable font transition issue on index page
This commit is contained in:
parent
62ddd25f38
commit
a875e9d0eb
2 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,7 @@ vv-shell img {
|
||||||
padding: unset;
|
padding: unset;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: clamp(20px, 8vh, 60px);
|
font-size: clamp(20px, 8vh, 60px);
|
||||||
font-weight: 900;
|
font-weight: bold;
|
||||||
line-height: clamp(20px, 8vh, 60px);
|
line-height: clamp(20px, 8vh, 60px);
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
|
@ -286,6 +286,10 @@ header searchbox input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header searchbox input::placeholder {
|
||||||
|
color: rgba(0, 0, 0, .5);
|
||||||
|
}
|
||||||
|
|
||||||
/* #### Active */
|
/* #### Active */
|
||||||
|
|
||||||
header.searchboxActive > * {
|
header.searchboxActive > * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue