mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 16:24:25 +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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue