summaryrefslogtreecommitdiff
path: root/src/H2O/infofile.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/H2O/infofile.css')
-rw-r--r--src/H2O/infofile.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/H2O/infofile.css b/src/H2O/infofile.css
new file mode 100644
index 0000000..e7bcb59
--- /dev/null
+++ b/src/H2O/infofile.css
@@ -0,0 +1,13 @@
+ul {
+ margin: 0px;
+}
+
+body {
+ background-color: white;
+ color: black;
+}
+
+h2 {
+ background-color: navy;
+ color: white;
+}