created images folder, moved all images
|
@ -1147,7 +1147,7 @@ a:hover {
|
|||
|
||||
&.carrot {
|
||||
background-color: transparent;
|
||||
background-image: url("../carrot.png");
|
||||
background-image: url("../images/carrot.png");
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -3437,29 +3437,29 @@ key {
|
|||
position: fixed;
|
||||
}
|
||||
.up {
|
||||
background-image: url("../m3.png");
|
||||
background-image: url("../images/monkey/m3.png");
|
||||
}
|
||||
.left {
|
||||
background-image: url("../m1.png");
|
||||
background-image: url("../images/monkey/m1.png");
|
||||
}
|
||||
.right {
|
||||
background-image: url("../m2.png");
|
||||
background-image: url("../images/monkey/m2.png");
|
||||
}
|
||||
.both {
|
||||
background-image: url("../m4.png");
|
||||
background-image: url("../images/monkey/m4.png");
|
||||
}
|
||||
.fast {
|
||||
.up {
|
||||
background-image: url("../m3_fast.png");
|
||||
background-image: url("../images/monkey/m3_fast.png");
|
||||
}
|
||||
.left {
|
||||
background-image: url("../m1_fast.png");
|
||||
background-image: url("../images/monkey/m1_fast.png");
|
||||
}
|
||||
.right {
|
||||
background-image: url("../m2_fast.png");
|
||||
background-image: url("../images/monkey/m2_fast.png");
|
||||
}
|
||||
.both {
|
||||
background-image: url("../m4_fast.png");
|
||||
background-image: url("../images/monkey/m4_fast.png");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -9,8 +9,8 @@
|
|||
<link rel="stylesheet" href="css/style.css" />
|
||||
<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" />
|
||||
<link rel="shortcut icon" href="fav.png" />
|
||||
<link id="favicon" rel="shortcut icon" href="images/fav.png" />
|
||||
<link rel="shortcut icon" href="images/fav.png" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<link rel="stylesheet" href="css/style.css" />
|
||||
<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" />
|
||||
<link rel="shortcut icon" href="fav.png" />
|
||||
<link id="favicon" rel="shortcut icon" href="images/fav.png" />
|
||||
<link rel="shortcut icon" href="images/fav.png" />
|
||||
<meta name="name" content="Monkeytype" />
|
||||
<meta name="image" content="https://monkeytype.com/mtsocial.png" />
|
||||
<meta
|
||||
|
|