Skip to content

Commit 0f47eee

Browse files
committed
Fixed used color in skill table
1 parent 447c9f3 commit 0f47eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.skill-table td {
1515
width: 30%;
16-
border-top: 1px var(--header2) solid;
16+
border-top: 1px var(--bs-light) solid;
1717
vertical-align: top;
1818
min-width: 100px;
1919
}

0 commit comments

Comments
 (0)