diff --git a/.github/diy/patches/argon.patch b/.github/diy/patches/argon.patch index 21eaffe4..32163794 100644 --- a/.github/diy/patches/argon.patch +++ b/.github/diy/patches/argon.patch @@ -1,11 +1,15 @@ --- a/luci-app-argon-config/root/etc/config/argon +++ b/luci-app-argon-config/root/etc/config/argon -@@ -5,6 +5,6 @@ config global +@@ -3,8 +3,8 @@ config global + option dark_primary '#483d8b' + option blur '10' option blur_dark '10' - option transparency '0.5' - option transparency_dark '0.5' +- option transparency '0.5' +- option transparency_dark '0.5' - option mode 'normal' - option online_wallpaper 'bing' ++ option transparency '0.3' ++ option transparency_dark '0.3' + option mode 'dark' + option online_wallpaper 'default' @@ -29,6 +33,15 @@ --- a/luci-theme-argon/ucode/template/themes/argon/header_login.ut +++ b/luci-theme-argon/ucode/template/themes/argon/header_login.ut +@@ -46,7 +46,7 @@ + + -%} + +- ++ + + + {% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %} @@ -54,9 +54,7 @@