mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-01-10 18:50:56 +03:00
CSS tweaks
This commit is contained in:
parent
0b98599fcf
commit
cd2ee60f54
BIN
docs/theme/img/grid.png
vendored
Normal file
BIN
docs/theme/img/grid.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
6
docs/theme/stylesheets/extra.css
vendored
6
docs/theme/stylesheets/extra.css
vendored
|
|
@ -12,6 +12,10 @@
|
|||
--md-typeset-a-color: var(--md-typeset-color);
|
||||
}
|
||||
|
||||
/* Dark theme customisation */
|
||||
[data-md-color-scheme="slate"]
|
||||
{}
|
||||
|
||||
.md-header {
|
||||
border-top: 5px solid var(--md-accent-fg-color--dark);
|
||||
}
|
||||
|
|
@ -57,6 +61,6 @@ body hr {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.md-typeset p a {
|
||||
.md-typeset a {
|
||||
color: var(--md-accent-fg-color--dark);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user