mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 19:30:48 +08:00
使用ssr-darkreader代替darkreader
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
.ant-pro-page-container-children-content {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
background-color: @component-background;
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
@@ -172,7 +172,7 @@
|
||||
}
|
||||
|
||||
.Resizer {
|
||||
background: #fff;
|
||||
background: @component-background;
|
||||
opacity: 0.2;
|
||||
z-index: 1;
|
||||
-moz-box-sizing: border-box;
|
||||
@@ -284,7 +284,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
color: @text-color;
|
||||
|
||||
.side-menu-collapse-button:hover {
|
||||
color: #1890ff;
|
||||
@@ -301,11 +301,11 @@
|
||||
text-align: left;
|
||||
outline: none;
|
||||
padding: 4px 0;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border: 1px solid fade(@component-background, 0.12);
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
||||
overflow: auto;
|
||||
background-color: #fff;
|
||||
background-color: @component-background;
|
||||
}
|
||||
|
||||
[data-dark='true'] .side-menu-user-drop-menu {
|
||||
|
||||
Reference in New Issue
Block a user