Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
.. automodule:: skmatter

.. raw:: html

<style>
/* Overriding bootstrap font color so that text appears white
in dark theme */
html[data-theme="dark"] .card-text {
color: var(--pst-color-text-base);
}

/* Overriding bootstrap border color so that border appears white
in dark theme */
html[data-theme="dark"] .card {
--bs-card-border-color: var(--pst-color-border);
}
</style>

.. raw:: html

<div class="container">
Expand Down