Skip to content

Commit cc02c9e

Browse files
committed
Fixed smaller styling issues
1 parent beaf774 commit cc02c9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Shared/Profile.razor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
.profile-name:first-child {
1616
color: var(--header1);
17+
background: var(--white);
1718
}
1819

1920
.profile-name:last-child {

src/LinkDotNet.Blog.Web/Shared/Skills/Card.razor.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
display: inline-block;
33
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
44
width: 100%;
5-
background: var(--background-gradient-start);
65
border-radius: 8px;
76
padding: 20px;
87
}

0 commit comments

Comments
 (0)