mirror of
https://github.com/byReqz/nils.lol.git
synced 2024-11-22 02:01:16 +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;
|
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;
|
color: white;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
}
|
}
|
||||||
@ -43,7 +43,7 @@ p {
|
|||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color:#8b32ad;
|
background-color:#8b32ad;
|
||||||
user-select:none
|
user-select:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user