changed theme content textarea to use monospace font

This commit is contained in:
Anojh 2018-04-26 13:21:47 -07:00
commit f1320c16de

View file

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