Add hover hightlight to repo toolbar (#4732)

Highlights links in repo toolbar on hover

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-05-03 14:47:38 +02:00 committed by GitHub
parent 788d649feb
commit c9bd8443ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ div.repo { background-color: var(--theme-container-background-color); }
.repo_name span.name { color: #333; }
.repo_name span.url { color: var(--theme-primary-font-color-reduced); }
.repo_name a.url { color: var(--theme-primary-font-color-reduced); }
.repo_name a.url:hover { color: var(--theme-link-color); }
.repo_attr { color: grey; }
.repo_attr span.bg_marker {