···19192020 <!--<link rel="stylesheet" href="https://unpkg.com/bulma-prefers-dark@0.1.0-beta.0/css/bulma-prefers-dark.css">-->
2121 <script>
2222- //determines if the user has a set theme
2222+ // https://stackoverflow.com/a/56550819
2323+ // determines if the user has a set theme
2324 function detectColorScheme() {
2425 let theme = 'light'; // default to light
2526···3637 theme = 'dark';
3738 }
38393939- //dark theme preferred, set document with a `data-theme` attribute
4040+ // dark theme preferred, set document with a `data-theme` attribute
4041 if (theme === 'dark') {
4142 document.documentElement.classList.add('dark-theme');
4243 }
···236237 background-position: bottom;
237238 background-size: 3px 1px;
238239 background-repeat: repeat-x;
240240+ }
241241+242242+ /* Use white-colored border for choice buttons when dark theme is enabled */
243243+ html.dark-theme .choice {
244244+ border-color: white;
239245 }
240246 </style>
241247···514520 <h2>Version 10 - June 15th 2021</h2>
515521 <ul>
516522 <li>Rename "Fantasy / Non-con" category to "Fantasy / Consensual non-con"</li>
523523+ <li>Change choice button border color in dark theme to white, thanks to anonymous contributor for this fix</li>
517524 </ul>
518525519526 <h2>Version 9 - June 15th 2021</h2>
···532539533540 <h2>Version 8 - April 27th 2021</h2>
534541 <ul>
535535- <li>Align legend to the left on mobile devices. Thanks to anonymous contributor for this fix.</li>
542542+ <li>Align legend to the left on mobile devices, thanks to anonymous contributor for this fix</li>
536543 </ul>
537544538545 <h2>Version 7 - November 9th 2020</h2>