mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2025-12-06 05:32:03 +01:00
17 lines
279 B
CSS
17 lines
279 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;
|
|
}
|