summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-14 15:57:23 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-14 15:57:23 -0700
commit970a94cb7b64c99c84ad4ce6808918610058ea77 (patch)
treee1e79575d0bafeab6c82b838094c0821d3a6c29f /web/style.css
parent2fd012c5da91a60f92731ca7200b77da0f6b0f39 (diff)
Making editing changes.
* Home page changes. * Darkening font color, increasing font size * Fixing about link in footer.
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/style.css b/web/style.css
index eb0d21b..aef1ae0 100644
--- a/web/style.css
+++ b/web/style.css
@@ -142,10 +142,11 @@ nav.primary a.current {
#content {
text-align: center;
- color: #b0b0b0;
+ color: #505050;
padding-bottom: 5em;
margin: 1em auto 1em auto;
max-width: 900px;
+ font-size: 115%;
}
#content article {
@@ -192,7 +193,7 @@ footer {
background: #3C3C3C;
color: #737373;
font-weight: bold;
- font-size: 80%;
+ font-size: 90%;
padding: 20px 20% 0 20%;
height: 30px;
clear: both;