This commit is contained in:
Nils 2021-02-16 23:01:37 +01:00
parent 1271b90bc7
commit bc1c5d8983
No known key found for this signature in database
GPG Key ID: 0F1E6EF9062D18E4
1 changed files with 2 additions and 2 deletions

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 {