mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 04:52:59 +00:00
Merge pull request #714 from sharelatex/as-line-nos
Add rich text line numbers
This commit is contained in:
commit
1db937cd50
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
@rt-font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
|
@rt-font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
|
||||||
// @rt-font-family-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
// @rt-font-family-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
||||||
|
|
||||||
.rich-text {
|
.rich-text .CodeMirror {
|
||||||
font-family: @rt-font-family;
|
font-family: @rt-font-family;
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
|
|
||||||
pre, .CodeMirror-linewidget {
|
pre {
|
||||||
font-family: @rt-font-family;
|
font-family: @rt-font-family;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue