source: Farmatiko/ClientApp/src/styles.css@ 8e74e2f

Last change on this file since 8e74e2f was 785b8bd, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Dashboards v0.1

  • Property mode set to 100644
File size: 413 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 */
4* {
5 box-sizing: border-box;
6}
7
8a {
9 color: #0366d6;
10}
11
12code {
13 color: #e01a76;
14}
15
16.btn-primary {
17 color: #fff;
18 background-color: #1b6ec2;
19 border-color: #1861ac;
20}
21
22html, body { height: 100%; }
23body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
Note: See TracBrowser for help on using the repository browser.