Fix #1125: html theme: scrollbar is hard to see on classic theme and macOS

This commit is contained in:
Takeshi KOMIYA 2019-06-02 12:03:21 +09:00
parent bcc0ffbd18
commit ab43f821d2
2 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* #1125: html theme: scrollbar is hard to see on classic theme and macOS
Testing
--------

View File

@ -13,6 +13,11 @@
/* -- page layout ----------------------------------------------------------- */
html {
/* CSS hack for macOS's scrollbar (see #1125) */
background-color: #FFFFFF;
}
body {
font-family: {{ theme_bodyfont }};
font-size: 100%;