changed theme content textarea to use monospace font

pull/2197/head
Anojh 7 years ago
parent faf663056d
commit f1320c16de

@ -962,4 +962,8 @@ a > h4:hover {
.ui-state-active {
background-color: $primary-colour-outline $i;
color: black $i;
}
#themeContent {
font-family: monospace;
}
Loading…
Cancel
Save