mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
add sans-serif fallback for Verdana in docs sidebar
Co-Authored-By: Joachim Jablon <ewjoachim@gmail.com>
This commit is contained in:
parent
29cbe574a3
commit
3963fac7d2
|
@ -30,7 +30,7 @@ pre.highlight code {
|
|||
|
||||
.sidebar {
|
||||
overflow: auto;
|
||||
font-family: verdana;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 200;
|
||||
background-color: #2e353d;
|
||||
|
|
Loading…
Reference in New Issue
Block a user