字典文字新增颜色

This commit is contained in:
不做码农
2022-01-01 16:05:24 +08:00
parent e7dcdb2c58
commit 68ecc3a752
2 changed files with 24 additions and 2 deletions

View File

@@ -323,6 +323,15 @@ aside {
color: orangered;
}
.text-hotpink {
color: hotpink;
}
.text-green {
color: green;
}
.text-greenyellow {
color: greenyellow;
}
/* image */
.img-circle {
border-radius: 50%;