mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +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;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.large {
|
||||
font-size: var(--font-size-large);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user