Improve Blazor accessability

This commit is contained in:
Ryan Brandenburg 2019-06-04 16:57:37 -07:00
parent 1b5db12d3f
commit a45f8ee596
1 changed files with 48 additions and 42 deletions

View File

@ -8,6 +8,12 @@ a {
color: #0366d6; color: #0366d6;
} }
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
app { app {
position: relative; position: relative;
display: flex; display: flex;
@ -25,7 +31,7 @@ app {
} }
.main .top-row { .main .top-row {
background-color: #e6e6e6; background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5; border-bottom: 1px solid #d6d5d5;
justify-content: flex-end; justify-content: flex-end;
} }