File tree Expand file tree Collapse file tree 6 files changed +15
-34
lines changed
Identity/UI/src/wwwroot/V4/css
ProjectTemplates/Web.ProjectTemplates/content
BlazorServerWeb-CSharp/wwwroot/css
ComponentsWebAssembly-CSharp/Client/wwwroot/css
RazorPagesWeb-CSharp/wwwroot/css
StarterWeb-CSharp/wwwroot/css
StarterWeb-FSharp/wwwroot/css Expand file tree Collapse file tree 6 files changed +15
-34
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ a.navbar-brand {
77 word-break : break-all;
88}
99
10- /* Provide sufficient contrast against white background */
1110a {
12- color : # 0366d6 ;
11+ color : # 0077cc ;
12+ }
13+
14+ .form-control : focus {
15+ border-color : # 0077cc ;
16+ box-shadow : 0 0 0 0.2rem # 0077cc ;
1317}
1418
1519.btn-primary {
2832 outline : black auto 1px ;
2933}
3034
31- /* Sticky footer styles
32- -------------------------------------------------- */
3335html {
3436 font-size : 14px ;
3537}
@@ -63,15 +65,12 @@ button.accept-policy {
6365 line-height : inherit;
6466}
6567
66- /* Sticky footer styles
67- -------------------------------------------------- */
6868html {
6969 position : relative;
7070 min-height : 100% ;
7171}
7272
7373body {
74- /* Margin bottom by footer height */
7574 margin-bottom : 60px ;
7675}
7776.footer {
8079 width : 100% ;
8180 overflow : scroll;
8281 white-space : nowrap;
83- line-height : 60px ; /* Vertically center the text there */
82+ line-height : 60px ;
8483}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ html, body {
55}
66
77a , .btn-link {
8- color : # 0366d6 ;
8+ color : # 0077cc ;
99}
1010
1111.btn-primary {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ html, body {
55}
66
77a , .btn-link {
8- color : # 0366d6 ;
8+ color : # 0077cc ;
99}
1010
1111.btn-primary {
Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ a.navbar-brand {
77 word-break : break-all;
88}
99
10- /* Provide sufficient contrast against white background */
1110a {
12- color : # 0366d6 ;
11+ color : # 0077cc ;
1312}
1413
1514.btn-primary {
2423 border-color : # 1861ac ;
2524}
2625
27- /* Sticky footer styles
28- -------------------------------------------------- */
2926html {
3027 font-size : 14px ;
3128}
@@ -51,21 +48,18 @@ button.accept-policy {
5148 line-height : inherit;
5249}
5350
54- /* Sticky footer styles
55- -------------------------------------------------- */
5651html {
5752 position : relative;
5853 min-height : 100% ;
5954}
6055
6156body {
62- /* Margin bottom by footer height */
6357 margin-bottom : 60px ;
6458}
6559.footer {
6660 position : absolute;
6761 bottom : 0 ;
6862 width : 100% ;
6963 white-space : nowrap;
70- line-height : 60px ; /* Vertically center the text there */
64+ line-height : 60px ;
7165}
Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ a.navbar-brand {
77 word-break : break-all;
88}
99
10- /* Provide sufficient contrast against white background */
1110a {
12- color : # 0366d6 ;
11+ color : # 0077cc ;
1312}
1413
1514.btn-primary {
2423 border-color : # 1861ac ;
2524}
2625
27- /* Sticky footer styles
28- -------------------------------------------------- */
2926html {
3027 font-size : 14px ;
3128}
@@ -51,21 +48,18 @@ button.accept-policy {
5148 line-height : inherit;
5249}
5350
54- /* Sticky footer styles
55- -------------------------------------------------- */
5651html {
5752 position : relative;
5853 min-height : 100% ;
5954}
6055
6156body {
62- /* Margin bottom by footer height */
6357 margin-bottom : 60px ;
6458}
6559.footer {
6660 position : absolute;
6761 bottom : 0 ;
6862 width : 100% ;
6963 white-space : nowrap;
70- line-height : 60px ; /* Vertically center the text there */
64+ line-height : 60px ;
7165}
Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ a.navbar-brand {
77 word-break : break-all;
88}
99
10- /* Provide sufficient contrast against white background */
1110a {
12- color : # 0366d6 ;
11+ color : # 0077cc ;
1312}
1413
1514.btn-primary {
2423 border-color : # 1861ac ;
2524}
2625
27- /* Sticky footer styles
28- -------------------------------------------------- */
2926html {
3027 font-size : 14px ;
3128}
@@ -51,21 +48,18 @@ button.accept-policy {
5148 line-height : inherit;
5249}
5350
54- /* Sticky footer styles
55- -------------------------------------------------- */
5651html {
5752 position : relative;
5853 min-height : 100% ;
5954}
6055
6156body {
62- /* Margin bottom by footer height */
6357 margin-bottom : 60px ;
6458}
6559.footer {
6660 position : absolute;
6761 bottom : 0 ;
6862 width : 100% ;
6963 white-space : nowrap;
70- line-height : 60px ; /* Vertically center the text there */
64+ line-height : 60px ;
7165}
You can’t perform that action at this time.
0 commit comments