mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Add light and dark buttons for themes
This commit is contained in:
parent
e71079e044
commit
0ed5216e2f
1 changed files with 16 additions and 0 deletions
|
|
@ -3223,6 +3223,22 @@
|
|||
>
|
||||
fav
|
||||
</div>
|
||||
<div
|
||||
class="button"
|
||||
randomTheme="light"
|
||||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
light
|
||||
</div>
|
||||
<div
|
||||
class="button"
|
||||
randomTheme="dark"
|
||||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
dark
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section customBackgroundSize">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue