X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.css;h=8a3f36c7384aeaf3596fedc35fecc40963de2097;hp=27d5a3d989d12cc58d95a155d169241ff549dee2;hb=e4c308c3331de77071170b0711505a990eaba617;hpb=d49e0aa05e9204fcefa2e7e88653dcd5bdc73a06 diff --git a/empathy/empathy.css b/empathy/empathy.css index 27d5a3d..8a3f36c 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -42,6 +42,7 @@ margin-bottom: 0.25em; padding: 0; border-radius: 10px; + position: relative; } .ambiguity-button { @@ -110,3 +111,26 @@ padding: 0.25em; text-transform: uppercase; } + +.star-button { + color: white; + opacity: 0.5; + font-size: 125%; + font-weight: bold; + cursor: pointer; + position: absolute; + right: 0.5em; + top: 0; +} + +@media (hover:hover) { + .star-button:hover { + color: var(--accent-color-bright); + opacity: 1.0; + } +} + +.star-button.selected { + color: var(--accent-color-bright); + opacity: 1.0; +}