diff --git a/public/css/global.css b/public/css/global.css index 005d91d..8952362 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -97,6 +97,15 @@ a:hover { text-overflow: ellipsis; white-space: wrap; + text-decoration: none; + display: flex; + + transition: ease-in-out .25s; +} + +.exploreIDontKnowWhatToNameThisDiv:hover { + background-color: var(--secondary-background); + color: var(--text); } /* URI: /:user */ diff --git a/views/explore.html b/views/explore.html index aaec28d..ae01c1a 100644 --- a/views/explore.html +++ b/views/explore.html @@ -5,8 +5,9 @@
25 repositories shown, sorted by most stars.
{{ if .repos}} {{ range $key, $value := .repos}} -{{.Fullname}}
{{.Description}}
{{ if .Language }} {{ if .License }} @@ -21,7 +22,8 @@⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license
{{ end }} {{ end }} -There are no trending repositories at the moment.