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 edaa10d commit c752af8Copy full SHA for c752af8
docs/src/index.rst
@@ -6,7 +6,13 @@
6
/* Overriding bootstrap font color so that text appears white
7
in dark theme */
8
html[data-theme="dark"] .card-text {
9
- color: #ced6dd;
+ color: var(--pst-color-text-base);
10
+ }
11
+
12
+ /* Overriding bootstrap border color so that border appears white
13
+ in dark theme */
14
+ html[data-theme="dark"] .card {
15
+ --bs-card-border-color: var(--pst-color-border);
16
}
17
</style>
18
0 commit comments