aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index b8e34b4..769a808 100644
--- a/style.css
+++ b/style.css
@@ -284,6 +284,14 @@ tr:nth-child(2n) {
background-color: var(--b0);
}
+table.log > tbody {
+ transform: rotate(180deg);
+}
+
+table.log > tbody > tr {
+ transform: rotate(180deg);
+}
+
input {
background-color: inherit;
color: white;