This commit is contained in:
jerrykuku 2020-09-14 11:48:47 +08:00
parent f65f9e32ac
commit 2b5079cc1c
5 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
PKG_VERSION:=2.2.5
PKG_RELEASE:=20200913
PKG_RELEASE:=20200914
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -93,7 +93,7 @@ opkg install luci-theme-argon*.ipk
### For openwrt official 19.07 Snapshots LuCI master
```
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200913_all.ipk
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200914_all.ipk
opkg install luci-theme-argon*.ipk
```

View File

@ -92,7 +92,7 @@ opkg install luci-theme-argon*.ipk
### For openwrt official 19.07 Snapshots LuCI master
```
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200913_all.ipk
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200914_all.ipk
opkg install luci-theme-argon*.ipk
```

File diff suppressed because one or more lines are too long

View File

@ -105,7 +105,6 @@ body {
background-color: var(--background-color);
color: #32325d;
color: var(--gray-dark);
overflow: hidden;
}
* {