Browse Source

Oops, forgot to add style.css

master
nukashimika 2 years ago
parent
commit
2bf182f036
  1. 1
      .gitignore
  2. 25
      src/style.css

1
.gitignore vendored

@ -1,2 +1 @@
src/index.html src/index.html
src/*.css

25
src/style.css

@ -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…
Cancel
Save