2,664
edits
(Added font styles in order to stop FS*.css from changing styles when the header and footer are loaded.) |
No edit summary |
||
Line 28: | Line 28: | ||
.mw-body h1{ | .mw-body h1{ | ||
font-family: Helvetica,"Museo Slab 500",slab-serif; | font-family: Helvetica,"Museo Slab 500",slab-serif; | ||
font-size: 1. | font-size: 1.6rem; | ||
color: #252525; | color: #252525; | ||
} | } | ||
Line 34: | Line 34: | ||
.mw-body h2 { | .mw-body h2 { | ||
font-family: Helvetica,"Museo Slab 700",slab-serif; | font-family: Helvetica,"Museo Slab 700",slab-serif; | ||
font-size: 1. | font-size: 1.4rem; | ||
line-height: 1.3; | line-height: 1.3; | ||
color: # | color: #080908; | ||
} | } | ||
.mw-body h3, h3 { | .mw-body h3, h3 { | ||
Line 44: | Line 43: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.2rem; | font-size: 1.2rem; | ||
color: # | color: #080908; | ||
} | } | ||
edits