switched to a minified css file

This commit is contained in:
Jack 2020-09-15 17:38:00 +01:00
parent 6515949f21
commit fe0c693d48
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -80,3 +80,4 @@ functions/serviceAccountKey_live_copy.json
functions/serviceAccountKey_copy.json
functions/serviceAccountKey_live_copy.json
public/css/style.min.css

View file

@ -1260,7 +1260,7 @@ key {
line-height: 4rem;
}
}
.testType,
.leaderboards {
.bottom {

View file

@ -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" />