aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css
index e6fcdd1..c6d3ae8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,11 +1,13 @@
html {
+ background-color: #073642;
+ color: #839496;
margin: 0;
padding: 0 5px;
}
body {
- background-color: #fdfdfd;
- color: #313b45;
+ background-color: #073642;
+ color: #839496;
font-family: sans-serif;
font-size: 15px;
hyphens: auto;
@@ -16,12 +18,20 @@ body {
h1 {
border-bottom: solid 1px #ccc;
- font-size: 56px;
- font-weight: 100;
+ font-size: 250%;
+ font-weight: 400;
margin-left: -5px;
- padding-bottom: 20px;
+ padding-bottom: 1px;
}
a {
- color: blue;
+ color: #b58900;
+}
+
+a:visited {
+ color: #cb4b16;
+}
+
+a:hover {
+ color: #cb4b16;
}