vrifox/gitea-theme
Archived
1
0
Fork 0

using monospace font instead of Roboto etc

This commit is contained in:
Vrifox 2020-09-30 20:07:54 +02:00
parent ca4fdec52b
commit d3fcec8e56
2 changed files with 6 additions and 4 deletions

View file

@ -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);