mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-28 07:54:35 +00:00
Set text color of notif box correctly; flip Dinnerbone user page correctly
This commit is contained in:
parent
a432f03bee
commit
99bc149756
2 changed files with 6 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue