Web-Development-with-Blazor.../Chapter15/CustomElements/AngularProject/ClientApp/src/styles.css

17 lines
279 B
CSS
Raw Normal View History

2023-02-17 15:28:17 +01:00
/* 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;
}