mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge pull request #90 from dakshshah96/buttons-active-safari
Fix active button style in Safari
This commit is contained in:
commit
80c3927048
@ -17,6 +17,10 @@
|
|||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:active {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.large {
|
.large {
|
||||||
font-size: var(--font-size-large);
|
font-size: var(--font-size-large);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user