mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #1125: html theme: scrollbar is hard to see on classic theme and macOS
This commit is contained in:
parent
bcc0ffbd18
commit
ab43f821d2
2
CHANGES
2
CHANGES
@ -16,6 +16,8 @@ Features added
|
|||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
* #1125: html theme: scrollbar is hard to see on classic theme and macOS
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -13,6 +13,11 @@
|
|||||||
|
|
||||||
/* -- page layout ----------------------------------------------------------- */
|
/* -- page layout ----------------------------------------------------------- */
|
||||||
|
|
||||||
|
html {
|
||||||
|
/* CSS hack for macOS's scrollbar (see #1125) */
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: {{ theme_bodyfont }};
|
font-family: {{ theme_bodyfont }};
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user