summaryrefslogtreecommitdiffstats
path: root/data/www/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/www/css/main.css')
-rw-r--r--data/www/css/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/www/css/main.css b/data/www/css/main.css
new file mode 100644
index 0000000..6834014
--- /dev/null
+++ b/data/www/css/main.css
@@ -0,0 +1,25 @@
+
+table, tr, td {border: 1px solid cyan
+}
+
+iframe {
+ border: 0px
+}
+body {background: black;
+ color: white;
+ font-family: monospace
+}
+a {
+ color: yellow
+}
+a:visited {
+ color: yellow
+}
+a:hover {
+ color: orange
+}
+input {
+ background:black;
+ color:white;
+ font-family:monospace
+} \ No newline at end of file