Make text colors have more balls

master
Perttu Ahola 2013-11-26 02:27:18 +02:00
parent e5ec162f13
commit 3c78bbb9bf
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
body, a {
color:#4E5368;
color:#2b2d35;
}
a { color:#4E5368; }
a:visited { color:#4E5368; }
a { color:#2b2d35; }
a:visited { color:#2b2d35; }

View File

@ -46,7 +46,7 @@ a:hover { color: #000; }
a { color: #009; text-decoration: underline; }
a:visited { color: purple; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
blockquote { margin: 1.5em; color: #222; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }

View File

@ -5,9 +5,9 @@ pre, code, tt {
}
a.wikilink2, a.wikilink2:visited {
color:#CC7286;
border-bottom:1px dashed #CC7286;
text-decoration:none;
color:#6f231b;
/*border-bottom:1px dashed #6f231b;
text-decoration:none;*/
}
.h6e-entry-title a { text-decoration:none; }