EchoTex_Payroll/Erecruitment.UI/ClientApp/src/styles.css
2024-10-14 10:01:49 +06:00

20 lines
282 B
CSS

/* You can add global styles to this file, and also import other style files */
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
code {
color: #e01a76;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}