mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
changed theme content textarea to use monospace font
This commit is contained in:
parent
faf663056d
commit
f1320c16de
1 changed files with 4 additions and 0 deletions
|
@ -963,3 +963,7 @@ a > h4:hover {
|
||||||
background-color: $primary-colour-outline $i;
|
background-color: $primary-colour-outline $i;
|
||||||
color: black $i;
|
color: black $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#themeContent {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue