Enlarges & repositions the navigation of eloquentjavascript.net for better accessibility and usability on desktop and mobile.
Improved navigation for eloquentjavascript.net by Geschwirr
Details
AuthorGeschwirr
LicenseNo License
Categoryhttps://eloquentjavascript.net
Created
Updated
Size613 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Improved navigation for eloquentjavascript.net
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Improved navigation for eloquentjavascript.net
@author Me
==/UserStyle== */
@-moz-document domain("eloquentjavascript.net") {
nav button.help {
display: none!important;
}
nav {
display: flex;
justify-content: center;
}
nav a {
font-size: 180%;
padding: 30px;
line-height: 1px;
}
article > nav:first-child {
display: none;
}
}