File: dark-fix.css

package info (click to toggle)
python-hypothesis 6.151.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,380 kB
  • sloc: python: 63,840; sh: 244; makefile: 35; javascript: 6
file content (13 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
See https://github.com/HypothesisWorks/hypothesis/issues/4588 and
https://github.com/pradyunsg/furo/discussions/909. Once this is fixed in furo,
we can remove this.
*/

body[data-theme="dark"] .tooltip .tooltip-content {
    background-color: var(--color-background-primary);
}

body[data-theme="dark"] .tooltip .arrow {
    background: var(--color-background-primary);
}