Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
/*Bootstrap 4 overrides for accessibility*/
/*for 508 compliant placeholder text in input*/
::-webkit-input-placeholder {
color: #555 !important;
font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
color: #555 !important;
font-style:italic;
}
:-ms-input-placeholder {
color: #555 !important;
font-style:italic;
}
/*increase contrast for button + anchors */
.btn-primary {
background-color: #0a5391 !important;
border-color: #0943f0 !important;
}
/*increase contrast for button + anchors */
.btn-outline-primary {
color: #09457a !important;
border-color: #09457a !important;
}
.btn-outline-primary:hover {
color: #fff !important;
background-color:#0a5391 !important;
border-color: #0943f0 !important;
}
.btn-outline-light {
border-color: #aebee2;
}
a {
color: #003399;
}
/*darken primary badge*/
.badge-primary {
background-color: #09457a !important;
}