mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 12:50:48 +00:00
perf: 统一指定标签样式
This commit is contained in:
parent
e3583df260
commit
c480be4e1d
3
resources/assets/sass/dark.scss
vendored
3
resources/assets/sass/dark.scss
vendored
@ -160,6 +160,9 @@ body.dark-mode-reverse {
|
||||
> h2 {
|
||||
color: #555;
|
||||
}
|
||||
.top-text {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -124,14 +124,14 @@
|
||||
|
||||
.top-text {
|
||||
flex-shrink: 0;
|
||||
width: 40px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
margin-left: 10px;
|
||||
background-color: #8BCF70;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
padding-top: 1px
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -30,15 +30,15 @@
|
||||
}
|
||||
}
|
||||
.top-text {
|
||||
width: 40px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
border-radius:4px;
|
||||
padding: 0 6px;
|
||||
margin-top: 3px;
|
||||
margin-left: 10px;
|
||||
background-color: #8BCF70;
|
||||
color:#FFFFFF;
|
||||
text-align: center;
|
||||
margin-top: 3px;
|
||||
padding-top: 2px
|
||||
}
|
||||
}
|
||||
.project-icons {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user