mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-30 15:54:56 +02:00
contrib/notification: fix the font families
This commit is contained in:
parent
871f30ad8e
commit
5b869d5191
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
font-family: fira-sans, sans;
|
||||
font-family: fira-sans, sans-serif;
|
||||
font-size: 10pt;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -28,13 +28,13 @@ p.hint {
|
|||
display: none;
|
||||
}
|
||||
pre {
|
||||
font-family: fira-mono, mono;
|
||||
font-family: fira-mono, monospace;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
span.link {
|
||||
color: #863600;
|
||||
}
|
||||
span.tag {
|
||||
font-family: monospace;
|
||||
font-family: fira-mono, monospace;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue