aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2024-11-04 13:47:45 +0100
committerRiley L. <riley@e926.de>2024-11-04 13:47:45 +0100
commit2b5aa684f1be95833ac53f01d786b60d1539bad4 (patch)
tree8bd126b6e068ef381981985a09dd246c8c736680 /style.css
parent8643a7a303b02d15d5205e98ae184d3f0c6bfd09 (diff)
downloadabrechenbarkeit-2b5aa684f1be95833ac53f01d786b60d1539bad4.tar
abrechenbarkeit-2b5aa684f1be95833ac53f01d786b60d1539bad4.tar.bz2
abrechenbarkeit-2b5aa684f1be95833ac53f01d786b60d1539bad4.tar.zst
rotate log to be chronological starting with newest
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;