summaryrefslogtreecommitdiff
path: root/wiki/css
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/css')
-rw-r--r--wiki/css17
1 files changed, 16 insertions, 1 deletions
diff --git a/wiki/css b/wiki/css
index 89a8433..e4f5cf0 100644
--- a/wiki/css
+++ b/wiki/css
@@ -1,9 +1,24 @@
+h1 {
+ background-color: #bbffff;
+}
+
+h2 {
+ background-color: #ddffff;
+}
+
+
table {
border-collapse: collapse;
border: solid 1px gray;
+ background-color: #fff2d9;
+}
+
+table th {
+ background-color: #ffdd99;
+ border: solid 1px gray;
}
-table th, table td {
+table td {
border: solid 1px gray;
}