字典文字新增颜色
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user