Skip to content

Commit

Permalink
support dark theme on Subscription page
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Sep 29, 2024
1 parent bb54ec9 commit 216b0cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Moonglade.Web/Pages/Settings/Subscription.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</script>
}
@{
ViewBag.ThemeSwitchReady = true;
var settings = BlogConfig.FeedSettings;
}

Expand All @@ -19,7 +20,7 @@
<div class="admin-settings-entry-container">
<div class="row">
<div class="col-lg-6">
<div class="settings-entry row align-items-center py-3 px-2 rounded-3 shadow-sm border bg-white mb-2">
<div class="settings-entry row align-items-center py-3 px-2 rounded-3 shadow-sm border mb-2">
<div class="col-auto">
<i class="bi-list-ol settings-entry-icon"></i>
</div>
Expand All @@ -32,7 +33,7 @@
</div>
</div>

<div class="settings-entry row align-items-center py-3 px-2 rounded-3 shadow-sm border bg-white">
<div class="settings-entry row align-items-center py-3 px-2 rounded-3 shadow-sm border">
<div class="col-auto">
<i class="bi-justify-left settings-entry-icon"></i>
</div>
Expand Down

0 comments on commit 216b0cf

Please sign in to comment.