aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-12-26 20:44:11 -0500
committerRapptz <[email protected]>2020-12-26 20:49:26 -0500
commitef67b56fc66490c2391b08810b4ee13ac6f1cf4f (patch)
treea7672d70f323f55ab1419feae24f99b4b4edbaf0 /docs/_static/style.css
parentCapitalize Discord in docs of message related attributes (diff)
downloaddiscord.py-ef67b56fc66490c2391b08810b4ee13ac6f1cf4f.tar.xz
discord.py-ef67b56fc66490c2391b08810b4ee13ac6f1cf4f.zip
Change highlight text colour on dark theme
Fix #6215
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 75a30378..c9385bbf 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -164,7 +164,7 @@ Historically however, thanks to:
--attribute-table-entry-hover-background: var(--grey-6);
--attribute-table-entry-hover-text: var(--blue-1);
--attribute-table-badge: var(--grey-4);
- --highlighted-text: rgba(252, 233, 103, 0.4);
+ --highlighted-text: rgba(250, 166, 26, 0.2);
}
img[src$="snake_dark.svg"] {