random pronouns!

This commit is contained in:
zoe 2022-04-16 22:02:16 +02:00
parent f5ff2a1664
commit 791d3b9cee
29 changed files with 172 additions and 85 deletions

View file

@ -13,6 +13,21 @@ a {
background-color: transparent;
color: #9b5bb4; }
.randomword-button {
border-color: #ff8ad0;
background-color: #413c74;
color: #ff8ad0; }
.randomword-button.light {
border-color: #413c74;
background-color: #ffffff;
color: #413c74; }
.randomword-button.light:hover {
color: #ffffff;
background-color: #413c74; }
.randomword-button:hover {
color: #413c74;
background-color: #ff8ad0; }
a.footer-nav-item.active,
a.footer-nav-item:hover {
color: #ff8ad0;
@ -233,13 +248,18 @@ footer {
right: auto;
margin-bottom: 84pt; }
.randomword-button {
width: auto;
height: auto; }
#content p,
#content ul,
#content ol,
#content table,
code,
.postdescription,
hr {
hr,
#content div .video-player {
margin-right: 24%;
margin-left: 24%; }
@ -501,6 +521,13 @@ ul a {
border-style: solid;
padding: 0.12em; }
.randomword-button {
border-style: solid;
padding: 0.12em;
border-radius: 0; }
.randomword-button::before {
content: " "; }
#hamburger-button,
#hamburger-bg,
#darkmode-button-small {