diff options
-rwxr-xr-x | abrechenbarkeit.lua | 3 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 0768d4a..28bf1b8 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -64,7 +64,8 @@ local function get_user_theme(username) end c = c .. "\n}" elseif username == "Dinnerbone" then - c = "html { transform: scale(-1); } " + c = "html { transform: scale(-1); bottom: 0; position: absolute; right: 0; + width: 100%; } " end return c end @@ -72,6 +72,10 @@ nav> :last-child { border-radius: 4px; } +.notif > * { + color: black; +} + .notif.error { background-color: rgb(118, 13, 13); } |