Browse Source

Improve use of CSS font-weight

staging
Frederik Möllers 1 week ago
parent
commit
694fe7ceba
  1. 7
      bibtexbrowser.css

7
bibtexbrowser.css

@ -11,14 +11,14 @@ body {
} }
.sheader { .sheader {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 600;
font-weight: 700;
padding-top: 1.5em; padding-top: 1.5em;
padding-bottom: .5em; padding-bottom: .5em;
} }
.theader { .theader {
display: block; display: block;
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 600;
font-weight: 700;
padding-top: .5em; padding-top: .5em;
padding-bottom: .5em; padding-bottom: .5em;
} }
@ -29,6 +29,9 @@ td.bibitem {
padding-left: 1.5rem; padding-left: 1.5rem;
display: block; display: block;
} }
.bibtitle {
font-weight: 700;
}
a { a {
color: #C01632; color: #C01632;
text-decoration: underline; text-decoration: underline;

Loading…
Cancel
Save