mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
added space balls
This commit is contained in:
parent
30152bbd57
commit
978e49a2cf
2 changed files with 31 additions and 1 deletions
|
@ -34,5 +34,9 @@
|
|||
{
|
||||
"name": "earthquake",
|
||||
"type": "style"
|
||||
},
|
||||
{
|
||||
"name": "space_balls",
|
||||
"type": "style"
|
||||
}
|
||||
]
|
||||
]
|
26
public/funbox/space_balls.css
Normal file
26
public/funbox/space_balls.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
:root {
|
||||
--bg-color: #000000;
|
||||
--main-color: #ffffff;
|
||||
--caret-color: #ffffff;
|
||||
--sub-color: rgba(255, 255, 255, .1);
|
||||
--text-color: #ffffff;
|
||||
--error-color: #da3333;
|
||||
--error-extra-color: #791717;
|
||||
--colorful-error-color: #da3333;
|
||||
--colorful-error-extra-color: #791717;
|
||||
}
|
||||
|
||||
body {
|
||||
/* background-image: url('https://thumbs.gfycat.com/SlimyClassicAsianconstablebutterfly-size_restricted.gif'); */
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
#middle {
|
||||
transform: rotateX(35deg);
|
||||
}
|
||||
|
||||
#centerContent {
|
||||
perspective: 500px;
|
||||
}
|
Loading…
Reference in a new issue