mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
switched to a minified css file
This commit is contained in:
parent
6515949f21
commit
fe0c693d48
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -80,3 +80,4 @@ functions/serviceAccountKey_live_copy.json
|
|||
functions/serviceAccountKey_copy.json
|
||||
functions/serviceAccountKey_live_copy.json
|
||||
|
||||
public/css/style.min.css
|
||||
|
|
|
@ -1260,7 +1260,7 @@ key {
|
|||
line-height: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.testType,
|
||||
.leaderboards {
|
||||
.bottom {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<title>Monkey Type</title>
|
||||
<link rel="stylesheet" href="css/fa.css" />
|
||||
<link rel="stylesheet" href="css/balloon.css" />
|
||||
<link rel="stylesheet" href="css/style.css?v=58" />
|
||||
<link rel="stylesheet" href="css/style.min.css?v=58" />
|
||||
<link rel="stylesheet" href="themes/serika_dark.css" id="currentTheme" />
|
||||
<link rel="stylesheet" href="" id="funBoxTheme" />
|
||||
<link id="favicon" rel="shortcut icon" href="fav.png" />
|
||||
|
|
Loading…
Add table
Reference in a new issue