mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix night-mode stylesheet. Small changes in docs.
This commit is contained in:
parent
ba7d2323c8
commit
18854185b2
6 changed files with 75 additions and 31 deletions
|
|
@ -14,3 +14,9 @@ code, kbd, pre {
|
|||
.highlight * {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.highlight * {
|
||||
background: #424242;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue