add yoshi
This commit is contained in:
parent
34edadcbb7
commit
938ea38a4e
4 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
window.addEventListener('DOMContentLoaded', () => {
|
||||
const now = new Date();
|
||||
|
||||
if (now.getMonth() === 3 && now.getDate() === 1) {
|
||||
if (now.getMonth() === 2 && now.getDate() === 31) {
|
||||
document.body.classList.add('fool');
|
||||
}
|
||||
});
|
||||
|
|
BIN
site/.vuepress/public/img/yoshi.png
Normal file
BIN
site/.vuepress/public/img/yoshi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
site/.vuepress/public/img/yoshi_l.png
Normal file
BIN
site/.vuepress/public/img/yoshi_l.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -11,6 +11,10 @@ body.fool
|
|||
transform: rotateY(-180deg);
|
||||
-ms-transform: rotateY(-180deg); /* IE 9 */
|
||||
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
|
||||
&, & *
|
||||
cursor: url('/img/yoshi.png'), auto !important
|
||||
&:hover:active, & *:hover:active
|
||||
cursor: url('/img/yoshi_l.png'), auto !important
|
||||
|
||||
div.theme-default-content:not(.custom)
|
||||
max-width: 80%;
|
||||
|
|
Loading…
Reference in a new issue