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 {
.line-nr {
display: inline-block;
min-width: 4em;
text-align: right !important;
}
.line-nr {
background-color: var(--sub-blue);
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-family: var(--tech-font);
font-size: small;
text-align: left;
margin-right: 1em;
padding: 0 .3em;
color: white;
color: var(--sub-blue-light);
}
.line-nr.calculated {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment