fixed css / changed some colours

This commit is contained in:
dalfuss 2025-01-09 15:54:37 +01:00
parent cbfa230189
commit 714a0ce1c8
2 changed files with 12 additions and 12 deletions

View file

@ -1363,23 +1363,18 @@ List is not yet complete.
color: ;
}
.pronouns {
background-color: #c71585;
}
.elftwinks {
background-color: #eea3b2;
color: #222222;
}
svg {
height: 1.1em;
width: auto;
}
.colours {
background-color: #5BCEFA;
color: #222222;
}
.pronouns {
background-color: #c71585;
.colours {
background-color: #f5a9b8;
color: #222222;
}
.oc {

View file

@ -137,4 +137,9 @@ footer a {
.flag {
width: 1em;
border-radius: 0.15em;
}
svg {
height: 1.1em;
width: auto;
}