Redesign: up arrow on 'back to top' button

This commit is contained in:
mDuo13
2019-04-30 17:35:46 -07:00
parent 4da8e5a542
commit 8dfd4a6b4b

View File

@@ -914,6 +914,10 @@ a.current {
text-decoration: none; text-decoration: none;
} }
.btn.jump-to-top::after {
content: " ↑"
}
.btn:not(.external-link):hover::after, .btn:not(.external-link):hover::after,
.landing .card .level-1 a:hover::after, .landing .card .level-1 a:hover::after,
.landing .card .curated-links li a:hover::after, .landing .card .curated-links li a:hover::after,