Last change
on this file since fbaea22 was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Adjusments
|
-
Property mode
set to
100644
|
File size:
380 bytes
|
Rev | Line | |
---|
[30a465f] | 1 | /* You can add global styles to this file, and also import other style files */
|
---|
| 2 |
|
---|
| 3 | /* Provide sufficient contrast against white background */
|
---|
| 4 | a {
|
---|
| 5 | color: #0366d6;
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | code {
|
---|
| 9 | color: #e01a76;
|
---|
| 10 | }
|
---|
| 11 |
|
---|
| 12 | .btn-primary {
|
---|
| 13 | color: #fff;
|
---|
| 14 | background-color: #1b6ec2;
|
---|
| 15 | border-color: #1861ac;
|
---|
| 16 | }
|
---|
[ec6ac45] | 17 |
|
---|
| 18 | html, body { height: 100%; }
|
---|
| 19 | body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.