summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2022-08-16 15:44:10 +0200
committerCarlton Gibson <carlton@noumenal.es>2022-08-17 10:19:00 +0200
commitd46cc15c51219c3418e0287bf018c5ba1346f825 (patch)
treecaa2e59a22f37de53bd98a5033977e74330aaa40 /docs/ref
parent43ddce0aeb37290861694311d02b9661c40c019f (diff)
Fixed #33878 -- Switched to system fonts in CSS.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 640a8f3f0e..e77a00e2db 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -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