Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Page color changes
  • Loading branch information
Singh authored and Singh committed Apr 4, 2016
1 parent 3ebb6ec commit f82c060
Showing 1 changed file with 33 additions and 17 deletions.
50 changes: 33 additions & 17 deletions style.css
Expand Up @@ -2469,38 +2469,54 @@ a {
color:#2c968c;
}

/* top menu changes */
.textwidget a {
color:#2c968c;
}

/* default menu color */
.sidebar .uc-hri-rss {
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}

.sidebar .widget_text{
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}

.sidebar .widget_rcpt{
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}

/* sidebar menu widget */
.widget_nav_menu {
background-color: #f2f2f2;
padding: 1em;
padding-top: 0;
}
.sidebar li.current-menu-item a {
background-color:#f2f2f2 !important;

.sidebar li.current-menu-item a{
background-color:#f2f2f2 !important;
color:#525559 !important;
}

.widget-title {
color:#6b5f46;
border-bottom:2px solid #6b5f46;
}

/* bottom menu changes */
.uc-hri-rss {
background-color: #e3e2dc;
padding: 1em;
padding-top:0;
padding-bottom:0;
}

/* other changes */
h2 {
color:#6b5f46;
}
#sidebar-widgets .widget h3 {
color:#6b5f46;
border-bottom:2px solid #6b5f46;
}

h4 {
/* other changes */
h2, h4 {
color:#6b5f46;
}
}


0 comments on commit f82c060

Please sign in to comment.