update class names

This commit is contained in:
ghost 2023-10-08 01:20:15 +03:00
parent 16696bc1d2
commit f0a38e1bf5
5 changed files with 7 additions and 7 deletions

View file

@ -152,7 +152,7 @@ a.label-green:hover {
border-radius: 50%;
}
.border-pink-light {
.border-color-pink-light {
border: 1px #9b6895 solid;
}
@ -164,11 +164,11 @@ a.label-green:hover {
border: 1px #65916d solid;
}
.border-bottom-pink {
.border-color-pink {
border-bottom: 1px #a44399 solid;
}
.border-default {
.border-color-default {
border: 1px #5d627d solid;
}