This commit is contained in:
vinceliuice 2025-03-20 00:29:44 +08:00
parent 02e254ff8f
commit c20f9cf7e7
2 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@ if [ ! "$(which sassc 2> /dev/null)" ]; then
if has_command zypper; then if has_command zypper; then
sudo zypper in sassc sudo zypper in sassc
elif has_command apt; then elif has_command apt; then
sudo apt install sassc sudo apt install -y sassc
elif has_command dnf; then elif has_command dnf; then
sudo dnf install -y sassc sudo dnf install -y sassc
elif has_command yum; then elif has_command yum; then
sudo yum install sassc sudo yum install -y sassc
elif has_command pacman; then elif has_command pacman; then
sudo pacman -S --noconfirm sassc sudo pacman -S --noconfirm sassc
fi fi

View File

@ -149,7 +149,7 @@ $header_border: if($variant == 'light', mix(black, $header_b
// Sidebar colors // Sidebar colors
$dark_sidebar_bg: white; $dark_sidebar_bg: white;
$opacity: 0.96; $opacity: 0.95;
@if $trans=='true' { @if $trans=='true' {
@if $variant=='light' { @if $variant=='light' {