diff --git a/style.css b/style.css index 9590287..ba0a1f7 100644 --- a/style.css +++ b/style.css @@ -66,8 +66,6 @@ h1 {margin-top: 3vh;} opacity: 0.7; } - - .pronouns { font-size: 10pt; opacity: 0.5; @@ -207,6 +205,26 @@ h1 {margin-top: 3vh;} text-decoration: none; } +.togglegroups-background { + display: flex; + border-radius: 12px; + padding: 5px; + font-weight: bold; +} + +.togglegroups-highlighted { + border-radius: 6px; + padding: 5px; + box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); + text-decoration: none; +} + +.togglegroups-nohighlight { + border-radius: 6px; + padding: 5px; + text-decoration: none; +} + .separator {height: 1px;} .emojidecorations { @@ -239,6 +257,10 @@ h1 {margin-top: 3vh;} .list {background-color: var(--white);} .button {background-color: rgba(0, 0, 0, 0.08);} .button:hover {background-color: rgba(0, 0, 0, 0.18);} + .togglegroups-background {background-color: rgba(0, 0, 0, 0.08);} + .togglegroups-highlighted { + background-color: var(--white); + } .itemcard {background-color: var(--white);} .itemcard:hover {background-color: #fafafa;} .itemcard-stealth:hover {background-color: #e0e0e0;} @@ -252,6 +274,7 @@ h1 {margin-top: 3vh;} .list {background-color: #363636;} .button {background: rgba(255, 255, 255, 0.1);} .button:hover {background: rgba(255, 255, 255, 0.18);} + .togglegroups-background {background: rgba(255, 255, 255, 0.1);} .itemcard {background-color: #303030;} .itemcard:hover {background-color: #4a4a4a;} .itemcard-stealth:hover {background-color: #4a4a4a;}