1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

Fix/light mode UI (#8058)

* update border color

* update border color

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-07-19 14:22:40 +08:00
committed by GitHub
parent ed8ae20f9c
commit fb3a5d3f6c
46 changed files with 94 additions and 94 deletions

View File

@@ -8,7 +8,7 @@ body {
.top-header {
background-color: var(--bs-header-bg);
border-bottom: 1px solid var(--bs-border-color);
border-bottom: 1px solid var(--bs-border-secondary-color);
padding: .5rem 1rem;
flex-shrink: 0;
}
@@ -43,7 +43,7 @@ body {
}
.clean {
border-color: var(--bs-border-color);
border-color: #ccc;
border-radius: 2px;
height: 30px;
line-height: 28px;