mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
parent
1b8677e968
commit
fb19fb37e1
1 changed files with 6 additions and 6 deletions
|
|
@ -38,15 +38,15 @@
|
|||
}
|
||||
|
||||
#caret {
|
||||
background-image: url(https://i.imgur.com/yN31JmJ.png);
|
||||
background-color: transparent;
|
||||
background-size: 1rem;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(https://i.imgur.com/yN31JmJ.png) !important;
|
||||
background-color: transparent !important;
|
||||
background-size: 1rem !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
#caret.default {
|
||||
width: 4px;
|
||||
width: 4px !important;
|
||||
}
|
||||
|
||||
.config .toggleButton {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue