No edit summary |
Hyperflare (talk | contribs) No edit summary Tag: Reverted |
||
Line 13: | Line 13: | ||
.gamep a:hover { | .gamep a:hover { | ||
box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.80); | box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.80); | ||
} | |||
.citizen-ve-edit-merged#ca-edit > a { | |||
border-bottom-left-radius: 0; | |||
border-top-left-radius: 0; | |||
} | } |
Revision as of 13:41, 18 December 2022
.gamep a { border: 1px solid white; border-radius:16px 0px 16px 0px; font-family:Audiowide; text-align:left; vertical-align: middle; font-size:22px; display:inline; padding:0 2em; box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.20); } .gamep a:hover { box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.80); } .citizen-ve-edit-merged#ca-edit > a { border-bottom-left-radius: 0; border-top-left-radius: 0; }