summaryrefslogtreecommitdiffstats
path: root/blog.css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-16 01:27:41 +0200
committerGravatar Tom Willemse2014-04-16 01:27:41 +0200
commit80b9e32f191a640a5734150b1ff4762a286f92b7 (patch)
tree1066084e84f548ece13c6db14efcdef6af02ed08 /blog.css
parentb86489def9436d32d2ff6bf3950b090f4f53469b (diff)
downloadorgweb-80b9e32f191a640a5734150b1ff4762a286f92b7.tar.gz
orgweb-80b9e32f191a640a5734150b1ff4762a286f92b7.zip
Update css
Diffstat (limited to 'blog.css')
-rw-r--r--blog.css36
1 files changed, 35 insertions, 1 deletions
diff --git a/blog.css b/blog.css
index be9220e..ed3e5cc 100644
--- a/blog.css
+++ b/blog.css
@@ -1,17 +1,49 @@
a {
text-decoration: none;
+ color: #0074d9;
}
a:hover {
text-decoration: underline;
}
+a:visited {
+ color: #b10dc9;
+}
+
body {
border: 0;
+ font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
margin: 0;
padding: 0;
- font-family: sans-serif;
line-height: 160%;
+ font-size: 15px;
+ background-color: #ffffff;
+ color: #111111;
+}
+
+h1 {
+ font-size: 25px;
+}
+
+h2 {
+ font-size: 23px;
+}
+
+h3 {
+ font-size: 21px;
+}
+
+h4 {
+ font-size: 19px;
+}
+
+h5 {
+ font-size: 17px;
+}
+
+h6 {
+ font-size: 15px;
}
div#rap {
@@ -21,6 +53,8 @@ div#rap {
pre {
line-height: 100%;
+ font-family: "Fantasque Sans Mono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
+ margin: 1.2em -8pt;
}
#header, #header h1, #header h2 {