diff --git a/css/sites.css b/css/sites.css index b189985..48ad73e 100644 --- a/css/sites.css +++ b/css/sites.css @@ -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 { diff --git a/css/style.css b/css/style.css index 9d2068b..2e93e4c 100644 --- a/css/style.css +++ b/css/style.css @@ -137,4 +137,9 @@ footer a { .flag { width: 1em; border-radius: 0.15em; +} + +svg { + height: 1.1em; + width: auto; } \ No newline at end of file