nukashimika
2 years ago
2 changed files with 25 additions and 1 deletions
@ -0,0 +1,25 @@ |
|||||||
|
body { |
||||||
|
background-color: #000000; |
||||||
|
line-height:1.5em; |
||||||
|
font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; |
||||||
|
} |
||||||
|
|
||||||
|
.navbar { |
||||||
|
color: #FFAB00; |
||||||
|
font-family: Consolas, monaco, monospace; |
||||||
|
} |
||||||
|
|
||||||
|
.navbar:visited { |
||||||
|
color: #0054FF; |
||||||
|
} |
||||||
|
|
||||||
|
p { |
||||||
|
color:#FFFFFF; |
||||||
|
line-height: 14px; |
||||||
|
font-family: 'Courier New', Courier, monospace; |
||||||
|
} |
||||||
|
|
||||||
|
::selection { |
||||||
|
background:#BE0C0C; |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue