|
|
|
@ -6,15 +6,22 @@ |
|
|
|
|
|
|
|
|
|
div.bullet::before |
|
|
|
|
content: "· " |
|
|
|
|
|
|
|
|
|
.yellow |
|
|
|
|
background-color: yellow |
|
|
|
|
|
|
|
|
|
.orange |
|
|
|
|
background-color: $orange-500 |
|
|
|
|
|
|
|
|
|
.red |
|
|
|
|
background-color: $red-500 |
|
|
|
|
background-color: #ff7878 |
|
|
|
|
.red a, |
|
|
|
|
.red a:visited |
|
|
|
|
color: #fff |
|
|
|
|
.red a:hover |
|
|
|
|
color: #fff |
|
|
|
|
text-shadow: 0px 0px 4px #ff3 |
|
|
|
|
|
|
|
|
|
.blue |
|
|
|
|
background-color: $blue-500 |
|
|
|
|
.orange |
|
|
|
|
background-color: #ff9653 |
|
|
|
|
.orange a, |
|
|
|
|
.orange a:visited |
|
|
|
|
color: #600 |
|
|
|
|
.orange a:hover |
|
|
|
|
color: #600 |
|
|
|
|
text-shadow: 0px 0px 4px #ffc |
|
|
|
|
.yellow |
|
|
|
|
background-color: #fff28e |
|
|
|
|