2014-11-02 05:39:33 +03:00
|
|
|
body,
|
2014-11-01 08:35:02 +03:00
|
|
|
input,
|
|
|
|
button {
|
2014-11-02 05:39:33 +03:00
|
|
|
font-family: {{.user.FontFamily}};
|
2014-11-02 05:48:34 +03:00
|
|
|
font-size: {{.user.FontSize}};
|
2014-11-01 08:35:02 +03:00
|
|
|
}
|
|
|
|
|
2014-11-02 05:39:33 +03:00
|
|
|
.edit-exprinfo,
|
|
|
|
.CodeMirror,
|
|
|
|
.CodeMirror-hints {
|
|
|
|
font-family: {{.user.Editor.FontFamily}};
|
|
|
|
font-size: {{.user.Editor.FontSize}};
|
2014-11-14 08:40:35 +03:00
|
|
|
line-height: {{.user.Editor.LineHeight}};
|
2014-11-01 08:35:02 +03:00
|
|
|
}
|