Last change
on this file since a64f926 was b8dc761, checked in by NikolaCenevski <cenevskinikola@…>, 3 years ago |
part 2
|
-
Property mode
set to
100644
|
File size:
243 bytes
|
Rev | Line | |
---|
[b8dc761] | 1 | .red {
|
---|
| 2 | background-color: rgb(237, 28, 36);
|
---|
| 3 | }
|
---|
| 4 |
|
---|
| 5 | .orange {
|
---|
| 6 | background-color: orange;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | .yellow {
|
---|
| 10 | background-color: yellow;
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | .light-yellow {
|
---|
| 14 | background-color: lightgoldenrodyellow;
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | .green {
|
---|
| 18 | background-color: lightgreen;
|
---|
| 19 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.