Giving more contrast between the background colour and the laconica logo.

This commit is contained in:
Sarven Capadisli 2009-05-01 04:39:49 +00:00
parent fb8340fb54
commit 10d42ce392
1 changed files with 5 additions and 5 deletions

View File

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