aboutsummaryrefslogtreecommitdiff
path: root/assets/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/static/css')
-rw-r--r--assets/static/css/retro.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/assets/static/css/retro.css b/assets/static/css/retro.css
index 7467a37..c8f671b 100644
--- a/assets/static/css/retro.css
+++ b/assets/static/css/retro.css
@@ -154,6 +154,10 @@ h6,
font-size: .88rem;
}
+h1.index-header {
+ color: #01ff70;
+}
+
small,
.retro-small {
font-size: .707em;
@@ -197,4 +201,17 @@ pre {
blockquote {
border-left: 3px solid #01ff70;
padding-left: 1rem;
-} \ No newline at end of file
+}
+
+table :is(td, th) {
+ border: 1px solid #999;
+ padding: 0.3em;
+}
+
+/* tr:nth-child(even) {
+ background-color: rgb(3, 192, 255);
+}
+
+tr:nth-child(odd) {
+ background-color: rgb(7, 99, 7);
+} */