%XX天赋粗体样式 close #120

This commit is contained in:
UCPr 2025-05-26 13:55:29 +08:00
parent 186c3c2807
commit a34816cd21
2 changed files with 6 additions and 0 deletions

View file

@ -76,6 +76,9 @@
margin-bottom: -0.2em; margin-bottom: -0.2em;
display: inline-block; display: inline-block;
} }
.skills .skill .description .info .item .content strong {
font-weight: normal;
}
.skills .skill .detail { .skills .skill .detail {
margin-bottom: 1em; margin-bottom: 1em;
} }

View file

@ -75,6 +75,9 @@
display: inline-block; display: inline-block;
} }
} }
strong {
font-weight: normal;
}
} }
} }
} }