Skip to content

Commit 75a29f7

Browse files
authored
Update site.css
1 parent c85ecad commit 75a29f7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ html {
1212
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
1313
}
1414

15+
.navbar-light .navbar-brand:focus-visible, .navbar-light .navbar-nav .nav-link:focus-visible {
16+
outline: 2px solid #212529;
17+
outline-offset: 2px;
18+
border-radius: 2px;
19+
box-shadow: none;
20+
}
21+
1522
html {
1623
position: relative;
1724
min-height: 100%;

0 commit comments

Comments
 (0)