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

View File

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

View File

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