summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:04:44 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:04:44 +0100
commit69be70eaf4be874b2414220b459179e1f0ec9a97 (patch)
tree0a6405f5657ccc5e0b6bb53a94aeff68e1e406e8 /css/content.css
parenta4759b31ddc8869392a42b1c6abc69d1250fde97 (diff)
make grey less dark
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/content.css b/css/content.css
index 31e409419..c22bed29b 100644
--- a/css/content.css
+++ b/css/content.css
@@ -412,7 +412,7 @@
#app-content .read .utils .title h1 a {
font-weight: normal;
- color: #888;
+ color: #777;
}
#app-content .utils .date {
@@ -451,7 +451,7 @@
#app-content .read .heading a {
font-weight: normal !important;
- color: #888;
+ color: #777;
}
#app-content .feed-view .source {
@@ -478,14 +478,14 @@
* Timestamp
*/
#app-content .subtitle {
- color: #aaa;
+ color: #777;
font-size: 15px;
max-width: 770px;
padding-bottom: 25px;
}
#app-content .subtitle a {
- color: #aaa;
+ color: #777;
}
#app-content .subtitle a:hover {
@@ -493,7 +493,7 @@
}
#app-content .date {
- color: #aaa;
+ color: #777;
white-space: nowrap;
}
@@ -501,7 +501,7 @@
* Author
*/
#app-content .author {
- color: #aaa;
+ color: #777;
font-size: 15px;
}