diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |