diff --git a/package.json b/package.json index e0ee350c3..d5f9d6d26 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "vite": "2.6.14", "vite-plugin-optimize-persist": "0.1.0", "vite-plugin-package-config": "0.0.3", - "vite-plugin-pwa": "^0.11.5", + "vite-plugin-pwa": "0.11.5", "vue-i18n-extract": "2.0.4", "vue-tsc": "0.29.5", "wait-on": "6.0.0" diff --git a/src/plugin/theme/inject.css b/src/plugin/theme/inject.css index ab0fdb00f..894687843 100644 --- a/src/plugin/theme/inject.css +++ b/src/plugin/theme/inject.css @@ -451,7 +451,7 @@ --theme-aside-background-active: #242222; --theme-aside-logo-background: none; --theme-aside-logo-text: #fa8373; - --theme-aside-graph-lines: #ffffff; + --theme-aside-graph-lines: #514646; --theme-aside-graph-text: #fa8373; --theme-aside-graph-text-hover: #fa8373; --theme-aside-graph-text-active: #333; diff --git a/tailwind.config.js b/tailwind.config.js index ee6cced82..14019d9a1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -198,6 +198,7 @@ module.exports = { "wb-landing-fourth": `url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23f9fafb' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E")` }), zIndex: theme => ({ + "umax": "999999", "max": "9999", "preview": "200", "aside": "100",