Skip to content

Commit

Permalink
style(editor): ascend graph line
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Nov 16, 2021
1 parent 65490cf commit e9ed888
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/theme/inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e9ed888

Please sign in to comment.