forked from GNUsocial/gnu-social
Giving more contrast between the background colour and the laconica logo.
This commit is contained in:
parent
fb8340fb54
commit
10d42ce392
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user