File: custom.css

package info (click to toggle)
python-holidays 0.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,836 kB
  • sloc: python: 106,063; javascript: 85; makefile: 59
file content (12 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
span.rst-current-version{
	display: none !important
}

td{
	white-space: normal !important;
	word-break: break-word !important;
}

code.hljs{
	background: #eeffcc !important;
}