Less pixels, more REMs

This commit is contained in:
daudix
2024-06-18 04:13:00 +03:00
parent d84ab215c3
commit e39b499844
3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ kbd {
// Small nice thingy, keys can be pressed!
&:active {
transform: translateY(2px);
transform: translateY(0.125rem);
box-shadow: inset 0 1px 0 var(--fg-muted-2);
background-color: var(--fg-muted-3);
}