Compare commits

..

No commits in common. "f718a4982d9e91739cf871f0222bb08504b3a830" and "ba536bd60f98cc36191ef6c1a7f5f135d561c554" have entirely different histories.

3 changed files with 16 additions and 26 deletions

View File

@ -34,8 +34,8 @@ a {
div.header { div.header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
font-size: 0.9em; font-size: 0.75em;
padding: 1rem 1rem; padding: 1em 1em;
} }
div.header a { div.header a {
@ -44,7 +44,7 @@ div.header a {
div.content { div.content {
font-size: 11pt; font-size: 11pt;
padding: 0 1rem; padding: 0 1em;
line-height: 1.6em; line-height: 1.6em;
} }

View File

@ -9,16 +9,15 @@ body {
background: black; background: black;
} }
h1, h2, h3, h4, h5, h6 { strong {
color: #EEE;
}
a:link, a:visited {
color: #B31D15; color: #B31D15;
} }
p a, ul a, ol a { a:hover, a:active {
color: #DDD;
border-bottom: 1px solid #DDD;
}
p a:hover, ul a:hover, ol a:hover {
color: #B31D15; color: #B31D15;
border-bottom: 1px solid #B31D15; border-bottom: 1px solid #B31D15;
} }
@ -31,10 +30,6 @@ div.header a {
color: #BBB; color: #BBB;
} }
div.header a:hover, div.header a:active {
border-bottom: 1px solid #BBB;
}
table, th, td { table, th, td {
border: 1px solid #333; border: 1px solid #333;
} }

View File

@ -9,18 +9,17 @@ body {
background: white; background: white;
} }
h1, h2, h3, h4, h5, h6 { strong {
color: #111;
}
a:link, a:visited {
color: #811610; color: #811610;
} }
p a, ul a, ol a { a:hover, a:active {
color: #222;
border-bottom: 1px solid #222;
}
p a:hover, ul a:hover, ol a:hover {
color: #811610; color: #811610;
border-bottom: 1px solid #811610; border-bottom: 1px solid #B31D15;
} }
div.header { div.header {
@ -31,10 +30,6 @@ div.header a {
color: #444; color: #444;
} }
div.header a:hover, div.header a:active {
border-bottom: 1px solid #444;
}
table, th, td { table, th, td {
border: 1px solid #CCC; border: 1px solid #CCC;
} }