mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #33878 -- Switched to system fonts in CSS.
This commit is contained in:
parent
43ddce0aeb
commit
d46cc15c51
12 changed files with 60 additions and 238 deletions
|
@ -2708,10 +2708,10 @@ creating your own ``AdminSite`` instance (see below), and changing the
|
|||
Theming support
|
||||
===============
|
||||
|
||||
The admin uses CSS variables to define colors. This allows changing colors
|
||||
without having to override many individual CSS rules. For example, if you
|
||||
preferred purple instead of blue you could add a ``admin/base.html`` template
|
||||
override to your project:
|
||||
The admin uses CSS variables to define colors and fonts. This allows changing
|
||||
themes without having to override many individual CSS rules. For example, if
|
||||
you preferred purple instead of blue you could add a ``admin/base.html``
|
||||
template override to your project:
|
||||
|
||||
.. code-block:: html+django
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue