Skip to content

Commit 40d980c

Browse files
committed
Overriding card font color for dark mode
1 parent 77fb4ea commit 40d980c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
.. automodule:: skmatter
22

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: #ced6dd;
10+
}
11+
</style>
12+
313
.. raw:: html
414

515
<div class="container">

0 commit comments

Comments
 (0)