Skip to content
Snippets Groups Projects
Commit 77b0ad96 authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

fix(styles): format line numbers

parent 2b478562
No related branches found
No related tags found
1 merge request!3Resolve "Correct "10: Die Zeilenzahlen stechen jetzt sehr ins Auge""
...@@ -59,15 +59,16 @@ div.column { ...@@ -59,15 +59,16 @@ div.column {
.line-nr { .line-nr {
display: inline-block; display: inline-block;
min-width: 4em; min-width: 4em;
text-align: right !important;
} }
.line-nr { .line-nr {
background-color: var(--sub-blue); font-family: var(--tech-font);
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: small;
text-align: left; text-align: left;
margin-right: 1em; margin-right: 1em;
padding: 0 .3em; padding: 0 .3em;
color: white; color: var(--sub-blue-light);
} }
.line-nr.calculated { .line-nr.calculated {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment