Make headings bolder and brighter for better readability
This commit is contained in:
parent
585029dbca
commit
ab1f4e3ca7
|
@ -24,12 +24,12 @@ div.pages a.selected {
|
||||||
|
|
||||||
/* INTRO */
|
/* INTRO */
|
||||||
h1, div.title, header div.subtitle {
|
h1, div.title, header div.subtitle {
|
||||||
color: #663E11;
|
color: #FFB300;
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
header div.subtitle {
|
header div.subtitle {
|
||||||
|
|
Loading…
Reference in New Issue