We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0306911 commit 1ae3c0bCopy full SHA for 1ae3c0b
1 file changed
docs/src/index.rst
@@ -1,5 +1,21 @@
1
.. automodule:: skmatter
2
3
+.. raw:: html
4
+
5
+ <style>
6
+ /* Overriding bootstrap font color so that text appears white
7
+ in dark theme */
8
+ html[data-theme="dark"] .card-text {
9
+ color: var(--pst-color-text-base);
10
+ }
11
12
+ /* Overriding bootstrap border color so that border appears white
13
14
+ html[data-theme="dark"] .card {
15
+ --bs-card-border-color: var(--pst-color-border);
16
17
+ </style>
18
19
.. raw:: html
20
21
<div class="container">
0 commit comments