Upload SMail
[saltmail.git/.git] / css / index.css
diff --git a/css/index.css b/css/index.css
new file mode 100644 (file)
index 0000000..5638ebf
--- /dev/null
@@ -0,0 +1,23 @@
+a{
+    text-decoration: none;
+    color: aliceblue;
+}
+a:hover{
+    color: greenyellow;
+}
+text,h1{
+    font-family: Verdana;
+}
+.tag{
+    color: white;
+    background: #30303c;
+    padding: 5%;
+    padding-top: 1%;
+    padding-bottom: 1%;
+}
+.sitemap{
+    padding: 5%;
+    padding-top: 1%;
+    padding-bottom: 1%;
+    color: white
+}
\ No newline at end of file