1
0
mirror of https://github.com/sjlongland/tornado-news.git synced 2025-09-13 10:03:14 +10:00

example: Brighten the links a bit

This commit is contained in:
Stuart Longland 2016-03-13 08:26:19 +10:00
parent ccd08db986
commit e107cee304
Signed by: stuartl
GPG Key ID: 4DFA191410BDE3B7

View File

@ -5,7 +5,7 @@ body {
} }
a { a {
color: #00f; color: #0cf;
} }
div.entry.border { div.entry.border {
@ -48,7 +48,7 @@ h1.entry.header.title a {
} }
h1.entry.header.title a:hover { h1.entry.header.title a:hover {
color: #00f; color: #0cf;
} }
h1.entry.header.title a:active { h1.entry.header.title a:active {