perf: 统一指定标签样式

This commit is contained in:
kuaifan 2022-04-13 14:14:50 +08:00
parent e3583df260
commit c480be4e1d
3 changed files with 8 additions and 5 deletions

View File

@ -160,6 +160,9 @@ body.dark-mode-reverse {
> h2 {
color: #555;
}
.top-text {
color: #000000;
}
}
}
}

View File

@ -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
}
}

View File

@ -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 {