diff options
chore: update css
-rw-r--r-- | cgit.css | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -33,20 +33,17 @@ div#cgit .libravatar-avatar .always-visible { } div#cgit .libravatar-avatar .on-hover { display: none; - border: 1px solid gray; + border: 2px solid #888; padding: 0px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; width: 128px; height: 128px; } div#cgit .libravatar-avatar:hover .on-hover { display: block; position: absolute; - margin-left: 1.5em; - background-color: #eeeeee; - box-shadow: 2px 2px 7px rgba(100, 100, 100, 0.75); + margin-left: 1.5rem; + background-color: #000; + border-radius: var(--radius-lg); } div#cgit select, |