There was an error while loading. Please reload this page.
1 parent c85ecad commit 75a29f7Copy full SHA for 75a29f7
1 file changed
src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css
@@ -12,6 +12,13 @@ html {
12
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13
}
14
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
+
22
html {
23
position: relative;
24
min-height: 100%;
0 commit comments