using monospace font instead of Roboto etc
This commit is contained in:
parent
ca4fdec52b
commit
d3fcec8e56
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
|
||||
scrollbar-width: thin;
|
||||
&::selection {
|
||||
background: rgb(245, 245, 255);
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
|||
body {
|
||||
background: rgb(40, 40, 60);
|
||||
color: rgb(245, 245, 255);
|
||||
font-family: monospace, 'Lucida Console', 'Monaco';
|
||||
}
|
||||
a {
|
||||
color: rgb(255, 255, 255);
|
||||
|
|
Reference in a new issue