Skip to content

Commit e4c447e

Browse files
authored
Update site.css
1 parent 5c4514e commit e4c447e

File tree

1 file changed

+6
-12
lines changed
  • src/Identity/UI/src/wwwroot/V5/css

1 file changed

+6
-12
lines changed

src/Identity/UI/src/wwwroot/V5/css/site.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
1+
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
22
for details on configuring this project to bundle and minify static web assets. */
33

44
a.navbar-brand {
@@ -7,14 +7,13 @@ a.navbar-brand {
77
word-break: break-all;
88
}
99

10-
/* Provide sufficient contrast against white background */
1110
a {
12-
color: #0366d6;
11+
color: #0077cc;
1312
}
1413

15-
::selection {
16-
color: #fff;
17-
background-color: #333;
14+
.form-control:focus {
15+
border-color: #0077cc;
16+
box-shadow: 0 0 0 0.2rem #0077cc;
1817
}
1918

2019
.btn-primary {
@@ -33,8 +32,6 @@ a {
3332
outline: black auto 1px;
3433
}
3534

36-
/* Sticky footer styles
37-
-------------------------------------------------- */
3835
html {
3936
font-size: 14px;
4037
}
@@ -68,15 +65,12 @@ button.accept-policy {
6865
line-height: inherit;
6966
}
7067

71-
/* Sticky footer styles
72-
-------------------------------------------------- */
7368
html {
7469
position: relative;
7570
min-height: 100%;
7671
}
7772

7873
body {
79-
/* Margin bottom by footer height */
8074
margin-bottom: 60px;
8175
}
8276
.footer {
@@ -85,5 +79,5 @@ body {
8579
width: 100%;
8680
overflow: scroll;
8781
white-space: nowrap;
88-
line-height: 60px; /* Vertically center the text there */
82+
line-height: 60px;
8983
}

0 commit comments

Comments
 (0)