summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 13:20:27 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 13:20:27 +0200
commit55c077454b015bcd8f9b5a271349b4668f463935 (patch)
tree5d988127c616873013a1a6037368887c0a804742
parentd2cfbbeb964f6f8e8f95d6ee5ccf574dfefd27e5 (diff)
downloadwebsite-55c077454b015bcd8f9b5a271349b4668f463935.tar.xz
css: change some colors, link colors on about page
-rw-r--r--src/style.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 9420b6a..1564af5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -47,13 +47,16 @@ header h1 {
font-size: 1.6rem;
}
-.post, #about {
+.post, .botborder {
margin-bottom: 1rem;
border-bottom: 0.15rem;
border-bottom-style: dotted;
border-bottom-color: #bbb;
}
+.post {
+ color: #222;
+}
.post .title {
font-size: 1.4rem;
margin-top: 0;
@@ -82,6 +85,11 @@ header h1 {
}
}
+#about {
+ padding-bottom: 0.5rem;
+ color: #222;
+}
+
#about p#last-upd {
font-size: 14px;
text-align: right;
@@ -90,7 +98,18 @@ header h1 {
#about p#author {
font-size: 14px;
text-align: right;
- margin: 0 0 1rem 0;
+ margin: 0;
+}
+
+#about a, #about a:visited {
+ position: relative;
+ text-decoration: none;
+ font-weight: bold;
+ color: #669;
+}
+
+#about a:hover {
+ color: #449;
}
footer {
@@ -102,6 +121,12 @@ footer p {
flex: 1;
margin-top: 0;
padding-top: 0;
+ color: #333;
+}
+footer a {
+ text-decoration: none;
+ font-size: 14px;
+ color: #447;
}
footer #emblem {
flex: 1;