Commit 67738920 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Fix: line number font size

parent a191947b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -250,10 +250,14 @@ button.md-button-center:hover {
    cursor: pointer;
}

.codehilitetable .linenos, .highlighttable .linenos {
.codehilitetable .linenos {
    font-size: .75em;
}

.highlighttable .lineos {
    font-size: .85em;
}

a.banner-link:hover {
    font-weight: bold;
}