summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDustin Walker <>2023-02-24 23:11:17 -0500
committerDustin Walker <>2023-02-24 23:11:17 -0500
commit63de0999d860f76869e3467e6fde17f3fcb4654c (patch)
tree2cd4b65eb1904a1b8e0925e4c01c33f5471b6dca /style.css
parent59832735e3dcd3b01321aba170e4a9d8816facee (diff)
Production page
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;
}