1
Fork 0

Only use Fira Sans for the first td in item lists

Fixes an issue where links in the one-line version of an item's docs
would be in Fira Sans, while the rest would be in a serifed font.
This commit is contained in:
Camelid 2020-10-03 19:52:35 -07:00
parent bad9ad06c0
commit adfba2b694

View file

@ -120,7 +120,7 @@ h3.impl, h3.method, h3.type {
} }
h1, h2, h3, h4, h1, h2, h3, h4,
.sidebar, a.source, .search-input, .content table :not(code)>a, .sidebar, a.source, .search-input, .content table td:first-child > a,
.collapse-toggle, div.item-list .out-of-band, .collapse-toggle, div.item-list .out-of-band,
#source-sidebar, #sidebar-toggle { #source-sidebar, #sidebar-toggle {
font-family: "Fira Sans", sans-serif; font-family: "Fira Sans", sans-serif;