mirror of
https://github.com/byReqz/nils.lol.git
synced 2024-11-21 17:53:15 +00:00
fix typo
This commit is contained in:
parent
1271b90bc7
commit
bc1c5d8983
4
sp.css
4
sp.css
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user