aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9e774e6..6f1701c 100644
--- a/style.css
+++ b/style.css
@@ -20,7 +20,7 @@ body {
.header > a:hover {
color: #222222;
-}
+}
#content {
margin-top: 120px;
@@ -82,6 +82,14 @@ a:hover {
color: #4C4C80;
}
+em {
+ font-style: italic;
+}
+
+strong {
+ font-weight: bold;
+}
+
.contact {
background-color: #EEEEEE;
border-radius: 5px;