wide/static/user/style.css.tmpl

14 lines
283 B
Cheetah
Raw Normal View History

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}};
line-height: {{.user.Editor.LineHeight}};
2014-11-01 08:35:02 +03:00
}