new files

This commit is contained in:
Stian Lund
2020-10-11 00:33:44 +02:00
parent 1d3f6757b4
commit 240cb3d827
3 changed files with 41 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
body {
font-family: Courier;
color: lime;
background-color: black;
}
a img {
border: none;
}
a:link {
color: #9a7f49;
}
a:visited {
color: #666699;
}
a:hover, a:active, a:focus {
color: #99ff33;
text-decoration: none;
}
.noshow {
display: none;
}