1
0
mirror of https://github.com/byReqz/nils.lol.git synced 2024-11-21 17:53:15 +00:00
This commit is contained in:
Nils 2021-02-16 23:01:37 +01:00
parent 1271b90bc7
commit bc1c5d8983
Signed by: byreqz
GPG Key ID: 0F1E6EF9062D18E4

4
sp.css
View File

@ -1,6 +1,6 @@
* {
font-family: 'Hack','Hack Nerd Font', 'SF Mono', 'Source Code Pro', 'Sauce Code Pro', 'Courier','Consolas', monospace;
background-color: #0c0a20 !important;
background-color: #0c0a20;
color: white;
text-indent:-9999px;
}
@ -43,7 +43,7 @@ p {
::selection {
background-color:#8b32ad;
user-select:none
user-select:none;
}
body {