@ -13,7 +13,7 @@
body {
body {
max-width : 100vw ;
max-width : 100vw ;
height : 100vh ;
height : 100vh ;
background-color : # 3434fb ;
background-color : # 2f6bdd ;
color : white ;
color : white ;
font-family : "Courier New" , Courier , monospace ;
font-family : "Courier New" , Courier , monospace ;
padding : 0 ;
padding : 0 ;
@ -21,6 +21,10 @@ body {
cursor : url ( https : / / www . dropbox . com / s / u76wca3a4weldmu / cursor % 20black . png ? raw = 1 ) ,
cursor : url ( https : / / www . dropbox . com / s / u76wca3a4weldmu / cursor % 20black . png ? raw = 1 ) ,
auto ;
auto ;
overflow : auto ! important ;
overflow : auto ! important ;
background-image : radial-gradient ( currentColor 1px , transparent 1px ) ,
radial-gradient ( currentColor 1px , transparent 1px ) ;
background-size : calc ( 20 * 1px ) calc ( 20 * 1px ) ;
background-position : 0 0 , calc ( 10 * 1px ) calc ( 10 * 1px ) ;
}
}
h1 {
h1 {