diff --git a/.gitignore b/.gitignore index 6a0ee31..b508b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ src/index.html -src/*.css diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..320bde7 --- /dev/null +++ b/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; +} +