source: Farmatiko/ClientApp/src/styles.css@ 30a465f

Last change on this file since 30a465f was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 279 bytes
Line 
1/* You can add global styles to this file, and also import other style files */
2
3/* Provide sufficient contrast against white background */
4a {
5 color: #0366d6;
6}
7
8code {
9 color: #e01a76;
10}
11
12.btn-primary {
13 color: #fff;
14 background-color: #1b6ec2;
15 border-color: #1861ac;
16}
Note: See TracBrowser for help on using the repository browser.