mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-18 22:19:05 +08:00
made sure the hover divs dont have text shadow
This commit is contained in:
parent
b8667565a6
commit
8c57ccad56
1 changed files with 1 additions and 0 deletions
|
|
@ -818,6 +818,7 @@ key {
|
|||
border-radius: var(--roundness);
|
||||
// box-shadow: 0 0 10px rgba(0,0,0,.25);
|
||||
transition: .25s;
|
||||
text-shadow: none;
|
||||
}
|
||||
// &::after{
|
||||
// content: attr(input);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue