Skip to content

Commit beaf774

Browse files
committed
Fix some color settings in navbar
1 parent fdb7bf1 commit beaf774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
margin: auto;
3636
grid-area: profile-text;
3737
font-size: clamp(0.9rem, 0.6479rem + 1.1268vw, 1.5rem);
38+
color: var(--text-color-inverted);
3839
line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em);
3940
text-align: center
4041
}

src/LinkDotNet.Blog.Web/Shared/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@inject NavigationManager navigationManager
33
@implements IDisposable
44

5-
<nav class="navbar navbar-expand-lg navbar-dark w-100">
5+
<nav class="navbar navbar-expand-lg navbar-light w-100">
66
<div class="container-fluid">
77
@if (configuration.BlogBrandUrl != null)
88
{

0 commit comments

Comments
 (0)