source: src/main/resources/static/css/risk.css@ b8dc761

Last change on this file since b8dc761 was b8dc761, checked in by NikolaCenevski <cenevskinikola@…>, 2 years ago

part 2

  • Property mode set to 100644
File size: 243 bytes
Line 
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.