aboutsummaryrefslogtreecommitdiff
path: root/assets/static/css/retro.css
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-01-13 14:12:19 -0600
committerMichael McVady <femtonaut@gmail.com>2024-01-13 14:12:19 -0600
commit5830cf2890bc01efa16f76c971408a8ffd76bd1d (patch)
tree6ccca87bdf74065352bdb1cf987fe7ad40d25da5 /assets/static/css/retro.css
parent18deb3887d2358f0b06fab1fcd3da1a690356ec3 (diff)
CSS table/header style
Diffstat (limited to 'assets/static/css/retro.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);
+} */