:root{
--bigbg: #22212b;
--bg: rgb(56, 56, 61);
--border: black;
--text: rgb(231, 234, 243);
--hover: rgb(120, 141, 199);
--button: rgb(0, 0, 0);
--quotebg: rgb(39, 37, 37);
--borderlighter: rgb(46, 45, 45);
}
body{
.lightimages{
display: none;
}
.darkimages{
display: flex;
}
cursor: url("/1_assets/cursordark.ico") 12 12, default;
a:hover{cursor: url("/1_assets/cursordarkselect.ico") 12 12, default;}
.button{
cursor: url("/1_assets/cursordarkselect.ico") 12 12, default;
}
}