]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Giving more contrast between the background colour and the laconica logo.
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 1 May 2009 04:39:49 +0000 (04:39 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 1 May 2009 04:39:49 +0000 (04:39 +0000)
theme/default/css/display.css

index 0c8fae166ff14895d72f022056ddff3bdd92eb6a..1fc99eff7d00ecd45a0f57eb584e48664f42e9e8 100644 (file)
@@ -12,7 +12,7 @@
 html,
 body,
 a:active {
-background-color:#97BFD1;
+background-color:#C3D6DF;
 }
 body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
@@ -30,7 +30,7 @@ input, textarea, select,
 border-color:#aaa;
 }
 #filter_tags ul li {
-border-color:#97BFD1;
+border-color:#C3D6DF;
 }
 
 .form_settings input.form_action-secondary {
@@ -69,7 +69,7 @@ color:#002E6E;
 border-top-color:#D1D9E4;
 }
 .section .profile {
-border-top-color:#97BFD1;
+border-top-color:#C3D6DF;
 }
 
 #content .notice p.entry-content a:visited {
@@ -120,7 +120,7 @@ background-color:#EFF3DC;
 }
 
 #anon_notice {
-background-color:#97BFD1;
+background-color:#C3D6DF;
 color:#fff;
 border-color:#fff;
 }
@@ -163,7 +163,7 @@ color:#fff;
 .form_user_unsubscribe input.submit,
 .form_group_leave input.submit,
 .form_user_authorization input.reject {
-background-color:#97BFD1;
+background-color:#C3D6DF;
 }
 
 .entity_edit a {