Change link colors to match logo.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 10:40:54 +0000 (12:40 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 11:27:08 +0000 (13:27 +0200)
src/main/resources/static/css/sone.css

index 67f3dc9..26286b0 100644 (file)
        display: none;
 }
 
        display: none;
 }
 
-#sone a {
-       color: inherit;
+#sone a, #sone a:link, #sone a:visited {
+       color: rgb(28, 131, 191);
+       font-size: inherit;
        text-decoration: none;
 }
 
        text-decoration: none;
 }
 
-#sone a:visited {
-       color: inherit;
+#sone a:active {
+       color: rgb(255, 172, 0);
 }
 
 #sone #sidebar {
 }
 
 #sone #sidebar {
@@ -37,7 +38,7 @@
 
 #sone .profile-link {
        font-weight: bold;
 
 #sone .profile-link {
        font-weight: bold;
-       color: #23e;
+       color: rgb(28, 131, 191);
 }
 
 #sone #profile .picture {
 }
 
 #sone #profile .picture {
 
 #sone .post .show-reply-form {
        display: inline;
 
 #sone .post .show-reply-form {
        display: inline;
+       color: rgb(28, 131, 191);
+       cursor: pointer;
 }
 
 #sone .post .show-reply-form:before {
 }
 
 #sone .post .show-reply-form:before {