2nd commit dark-root + changed ugly green color for selected menu items

This commit is contained in:
massimiliano 2018-12-31 00:17:27 +01:00
parent 0e45114cdc
commit 8ac46f2dce
3 changed files with 8 additions and 2 deletions

View File

@ -245,7 +245,7 @@ body {
.dropdown-item.active {
color: #fff;
background-color: #8eb726;
background-color: #1f5c60;
}
/* images */

View File

@ -41,7 +41,7 @@ option {
}
.vcard, #contact-block, .widget {
background-color: transparent;
background-color: rgb(40,40,40,.4);
border: none;
border-bottom: 1px solid #333;
border-radius: 0px

View File

@ -10,3 +10,9 @@
$font_colour = '#a9a9a9';
if (! $nav_bg)
$nav_bg = '#000';
if (! $item_colour)
$item_colour = 'rgb(40,40,40)';
if (! $comment_item_colour)
$comment_item_colour = 'rgb(40,40,40)';
if (! $link_bgcolour)
$link_bgcolour = '#000';