From ec5ced0d9d5201bb6d707e7ee7ec1bf26574fc7e Mon Sep 17 00:00:00 2001 From: stabijoh Date: Thu, 10 Mar 2011 07:33:55 -0500 Subject: [PATCH] Additional work for MDL-25939, fix splash orange blog titles --- theme/splash/style/orange.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/theme/splash/style/orange.css b/theme/splash/style/orange.css index 381c291c7bb..877a7987f91 100644 --- a/theme/splash/style/orange.css +++ b/theme/splash/style/orange.css @@ -110,3 +110,21 @@ body.splash-orange { /* Define margins and background colour/imag color: #fff; } +/* Blog +------------------------*/ + +.splash-orange .blog_entry .subject a:link { /* Defining all link styles*/ + color: #000; +} + +.splash-orange .blog_entry .subject a:visited { /* Setting all visited link styles */ + color: #000; +} + +.splash-orange .blog_entry .subject a:hover { /* Setting all rollover link styles */ + color: #000; +} + +.splash-orange .blog_entry .subject a:active { /* Setting all active link styles */ + color: #000; +}