mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-29 00:04: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
|
end
|
||||||
c = c .. "\n}"
|
c = c .. "\n}"
|
||||||
elseif username == "Dinnerbone" then
|
elseif username == "Dinnerbone" then
|
||||||
c = "html { transform: scale(-1); } "
|
c = "html { transform: scale(-1); bottom: 0; position: absolute; right: 0;
|
||||||
|
width: 100%; } "
|
||||||
end
|
end
|
||||||
return c
|
return c
|
||||||
end
|
end
|
||||||
|
|
|
@ -72,6 +72,10 @@ nav> :last-child {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notif > * {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.notif.error {
|
.notif.error {
|
||||||
background-color: rgb(118, 13, 13);
|
background-color: rgb(118, 13, 13);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue