Browse Source

Change font family for Firefox

master
Fazil Altinel 3 years ago
parent
commit
8743812077
  1. 4
      style.css

4
style.css

@ -2,7 +2,7 @@ body {
background-color: #15151c; background-color: #15151c;
} }
#console { #console {
font-family: courier, monospace;
font-family: monospace, monospace;
color: #fff; color: #fff;
width:750px; width:750px;
margin-left:auto; margin-left:auto;
@ -96,4 +96,4 @@ a:hover {
50% { 50% {
color: white; color: white;
} }
}
}

Loading…
Cancel
Save