mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
Fix/dark mode css (#8098)
* update dark mode css * update logo & fix some icon's color --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -323,7 +323,7 @@
|
||||
|
||||
.dir-view-path .sf3-font-refresh {
|
||||
transform: rotateY(180deg);
|
||||
color: #666;
|
||||
color: var(--bs-icon-secondary-color);
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
@@ -331,7 +331,7 @@
|
||||
|
||||
.dir-view-path .sf3-font-new,
|
||||
.dir-view-path .path-item-dropdown-toggle {
|
||||
color: #666;
|
||||
color: var(--bs-icon-secondary-color);
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-dropdown-toggle {
|
||||
|
Reference in New Issue
Block a user