Adding phone number, making things more consistent, lightening the page background color, modifying print display to not look so awful
This commit is contained in:
+18
-6
@@ -1,6 +1,6 @@
|
||||
body
|
||||
{
|
||||
background-color: #EFE9E0;
|
||||
background-color: whitesmoke;
|
||||
color: #000;
|
||||
font-family: "Amethysta";
|
||||
padding-top: 1em;
|
||||
@@ -9,7 +9,9 @@ body
|
||||
|
||||
a
|
||||
{
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
@@ -62,6 +64,11 @@ h1
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
h1 a
|
||||
{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-family: "Fjalla One";
|
||||
@@ -69,6 +76,13 @@ h2
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-family: "Fjalla One";
|
||||
font-size: 1.25em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
header section div
|
||||
{
|
||||
display: inline;
|
||||
@@ -97,7 +111,7 @@ section header
|
||||
section ul
|
||||
{
|
||||
list-style-position: inside;
|
||||
list-style-type: square;
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
section .content
|
||||
@@ -119,12 +133,10 @@ time
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
/*
|
||||
ul li ul
|
||||
ul span.screen
|
||||
{
|
||||
margin-left: 0.5em;
|
||||
display: inline;
|
||||
}
|
||||
*/
|
||||
|
||||
.divider
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user