Skip to content

Commit

Permalink
UI small update
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Sep 28, 2023
1 parent bee6cea commit d72e9a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Moonglade.Web/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ViewBag.ActionName = "Index";
}

<h3 class="d-flex mb-4">
<h3 class="d-flex align-items-center mb-4">
<span>
@SharedLocalizer["All Posts"]
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/Moonglade.Web/Pages/Shared/_WidgetsProfile.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
alt="@BlogConfig.GeneralSettings.OwnerName"
class="rounded-circle blogger-head-pic" />
<div>
<h3 class="mt-3 text-white font-sairas">
<h3 class="mt-3 text-white font-sairas heading-ownername">
@BlogConfig.GeneralSettings.OwnerName
</h3>
<p class="me-3 ms-3">
<p class="me-3 ms-3 p-description">
@BlogConfig.GeneralSettings.Description
</p>
</div>
Expand Down
8 changes: 8 additions & 0 deletions src/Moonglade.Web/wwwroot/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ h3 small {
text-align: left;
}

.heading-ownername {
text-shadow: 1px 1px 3px #4A4A4A;
}

.p-description {
text-shadow: 1px 1px 1px #333;
}

.hottag-li a > span {
display: block;
font-size: 30px;
Expand Down

0 comments on commit d72e9a0

Please sign in to comment.