Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about some readability improvements? #409

Open
MarkTanashchuk opened this issue Jun 29, 2021 · 0 comments
Open

What about some readability improvements? #409

MarkTanashchuk opened this issue Jun 29, 2021 · 0 comments

Comments

@MarkTanashchuk
Copy link

MarkTanashchuk commented Jun 29, 2021

What do you think of a small improvement to the appearance of the site?

Here's a list of suggested changes (Before/After photos in 1920x1080 resolution)

Code section fix

image
image

/* tour.css: end of file */
pre code {
  display: block;
}

Better links

image
image

/* tour.css: end of file */
ul li a {
  text-decoration: none;
}

ul li a:hover {
  color: #0396FF
}

Lighter header

image
image

/* tour.css: 33  */
.header {
  height: 40px;
  padding: 20px; /* <- was 4px */
  line-height: 40px;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  padding-left: 30px;
  background-color: #ff6801;
  box-shadow: 0 2px 3px #cf3801;
  grid-column: span 2;
}
/* tour.css: end of file */
.nav .toc a {
  text-decoration: none;
}

Aligned Text

image
image

/* tour.css: 20 */
h1,
p,
pre {
  margin-left: 20px;
  margin-right: 40px;
}

/* tour.css: 133 */
.bottomnav .back {
  float: left;
  padding-left: 20px;
}

/* tour.css: 305 */
.page p,
.page pre {
    font-size: 18px;
    line-height: 35px;
    color: #3c3b3d!important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant