Skip to content

Commit

Permalink
强迫症:暗色模式下,适配PassWall中通过链接添加节点弹出小窗的背景颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Mar 27, 2023
1 parent 1759fc6 commit 9ad8a3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions htdocs/luci-static/argon/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@ th h6, td h6 {
background-color: #00ff0a45 !important;
}

/* OCD: Compatible the background color of the "Add the node via the link" pop-up window in PassWall (dark mode only) */
#add_link_div {
background-color: #333333f0 !important;
box-shadow: #00000094 10px 10px 30px 5px !important;
}
#add_link_div>.cbi-value>.cbi-value-field>#nodes_link {
background: #ccc;
}

#content_syslog {
box-shadow: 0 0 .5rem 0 rgba(0,0,0,0.35);
}
Expand Down
9 changes: 9 additions & 0 deletions htdocs/luci-static/argon/less/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,15 @@ th h6, td h6 {
background-color: #00ff0a45 !important;
}

/* OCD: Compatible the background color of the "Add the node via the link" pop-up window in PassWall (dark mode only) */
#add_link_div {
background-color: #333333f0 !important;
box-shadow: #00000094 10px 10px 30px 5px !important;
}
#add_link_div>.cbi-value>.cbi-value-field>#nodes_link {
background: #ccc;
}

#content_syslog {
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .35)
}
Expand Down

0 comments on commit 9ad8a3e

Please sign in to comment.