source: Farmatiko/ClientApp/src/styles.css@ 37c8d1d

Last change on this file since 37c8d1d was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Adjusments

  • Property mode set to 100644
File size: 380 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}
17
18html, body { height: 100%; }
19body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
Note: See TracBrowser for help on using the repository browser.