summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-02-18 22:43:47 +0100
committerhukl <contact@smyck.org>2012-02-18 22:43:47 +0100
commit715ffe00f4219682a99f02ddf352909a59601dd7 (patch)
tree0a265c12c660e2f0eaa564ddb986200f3909b49f /public/stylesheets
parent99579f95be6deb2d2e4b7de1ba42f082971906b9 (diff)
small style improvements. more button added
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index a78d3eb..1066bde 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -36,16 +36,16 @@ pre {
36/*------------------links-------------------*/ 36/*------------------links-------------------*/
37 37
38a { 38a {
39 color: #535353; 39 color: #F8921E;
40 text-decoration: underline; 40 text-decoration: none;
41} 41}
42 42
43a:visited { 43a:visited {
44 color: #535353; 44 color: #5b8ca7;
45} 45}
46 46
47a:hover { 47a:hover {
48 color: #F8921E; 48 color: #5b8ca7;
49} 49}
50 50
51/*------------------headlines-------------------*/ 51/*------------------headlines-------------------*/