I'm using Practicality for a comm I created,
fannish_library_fest, and I'd like the navbar to be the site default of light or dark grey instead of matching the comm's colors. I found the code related to the navbar (I think), but I don't know what I need to do to change it back to the default options. Can anyone help?
table#lj_controlstrip td {
background: $*color_entry_background;
border: none;
color: $*color_entry_text;
}
#lj_controlstrip input {
background: $*color_entry_background;
border: 1px solid $*color_page_text;
color: $*color_entry_text;
}
#lj_controlstrip a {
color: $*color_entry_link;
}
#lj_controlstrip_statustext {
color: $*color_entry_title;
}
#lj_controlstrip .ljuser a b {
color: $*color_entry_title;
}
table#lj_controlstrip td {
background: $*color_entry_background;
border: none;
color: $*color_entry_text;
}
#lj_controlstrip input {
background: $*color_entry_background;
border: 1px solid $*color_page_text;
color: $*color_entry_text;
}
#lj_controlstrip a {
color: $*color_entry_link;
}
#lj_controlstrip_statustext {
color: $*color_entry_title;
}
#lj_controlstrip .ljuser a b {
color: $*color_entry_title;
}