summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/style.css b/style.css
index 44ef6c8..8344e64 100644
--- a/style.css
+++ b/style.css
@@ -33,12 +33,24 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
+i.n {
+ color: #9b2b0f ;
+}
+
+i.p {
+ color: #ab9b0d ;
+}
+
+i.y {
+ color: #05711a ;
+}
+
h1, h2, h3 {
text-align: center;
}
hr {
- border-top: 1px dotted #dedede;
+ border-top: 1px dotted #dedede;
}
li {
@@ -47,6 +59,15 @@ li {
vertical-align: middle;
}
+td {
+ color: #dedede;
+ padding: 0 15px;
+}
+
+table {
+ margin: auto;
+}
+
a {
color: #6767de;
}