|
|
@ -2,6 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
html, body {
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1:focus {
|
|
|
|
h1:focus {
|
|
|
@ -9,7 +11,8 @@ h1:focus {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a, .btn-link {
|
|
|
|
a, .btn-link {
|
|
|
|
color: #0071c1;
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
.btn-primary {
|
|
|
@ -62,3 +65,11 @@ a, .btn-link {
|
|
|
|
.blazor-error-boundary::after {
|
|
|
|
.blazor-error-boundary::after {
|
|
|
|
content: "An error has occurred."
|
|
|
|
content: "An error has occurred."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
|
|
|
background-color: lightgrey;
|
|
|
|
|
|
|
|
padding: 1vh;
|
|
|
|
|
|
|
|
}
|