contrib/notification: fix the font families

This commit is contained in:
Christian Hesse 2023-05-25 09:09:15 +02:00
parent 871f30ad8e
commit 5b869d5191

View file

@ -1,5 +1,5 @@
body { body {
font-family: fira-sans, sans; font-family: fira-sans, sans-serif;
font-size: 10pt; font-size: 10pt;
background-color: transparent; background-color: transparent;
} }
@ -28,13 +28,13 @@ p.hint {
display: none; display: none;
} }
pre { pre {
font-family: fira-mono, mono; font-family: fira-mono, monospace;
white-space: pre-wrap; white-space: pre-wrap;
} }
span.link { span.link {
color: #863600; color: #863600;
} }
span.tag { span.tag {
font-family: monospace; font-family: fira-mono, monospace;
background-color: #e6e6e6; background-color: #e6e6e6;
} }