トグル化に伴う廃止

This commit is contained in:
harukin 2018-11-22 13:10:28 +09:00
parent 626bec851f
commit af8be0c246
2 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
.dropdown-header.text-white-50,
.navbar-dark .navbar-toggler,
.navbar-dark .nav-link.active {
color: rgba(0,0,0,0.7) !important;
}
.toplevel_item{
width: 100%;
margin-left: unset;
margin-right: unset;
}

View File

@ -1,12 +0,0 @@
<?php
if (! $nav_bg)
$nav_bg = "#f8f9fa";
if (! $nav_icon_colour)
$nav_icon_colour = "rgba(0, 0, 0, 0.5)";
if (! $nav_active_icon_colour)
$nav_active_icon_colour = "rgba(0, 0, 0, 0.7)";
if (! $radius)
$radius = "4px";
if (! $banner_colour)
$banner_colour = "rgba(0, 0, 0, 0.7)";