Merge branch 'master' into set-accurate-fps-if-possible

pull/754/head
Mattia Iavarone 6 years ago committed by GitHub
commit dc568ee9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/css/main.css

@ -182,6 +182,10 @@ td {
/* page and content */
.content p {
overflow-x: auto; /* for changelog compare links */
}
.content a, footer a {
color: var(--color-accent);
}

Loading…
Cancel
Save