mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Fix styling for line numbers
Need to use .CodeMirror to override specificity of CM styles. This should mean that CM styles use serifed font not monospaced
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@rt-font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
|
||||
// @rt-font-family-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
||||
|
||||
.rich-text {
|
||||
.rich-text .CodeMirror {
|
||||
font-family: @rt-font-family;
|
||||
font-size: 1.15em;
|
||||
|
||||
pre, .CodeMirror-linewidget {
|
||||
pre {
|
||||
font-family: @rt-font-family;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user