fixed css / changed some colours
This commit is contained in:
parent
cbfa230189
commit
714a0ce1c8
2 changed files with 12 additions and 12 deletions
|
@ -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 {
|
||||
|
|
|
@ -138,3 +138,8 @@ footer a {
|
|||
width: 1em;
|
||||
border-radius: 0.15em;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 1.1em;
|
||||
width: auto;
|
||||
}
|
Loading…
Reference in a new issue