Private
Public Access
1
0

completing new colors

This commit is contained in:
Sander Roosendaal
2018-11-13 14:02:42 +01:00
parent 3fcd5abb01
commit ff331330f7
6 changed files with 71 additions and 30 deletions

View File

@@ -389,6 +389,62 @@ th.rotate > div > span {
color: #a9c08c;
}
.lightgreen {
background: #e2f0da;
color: #fdffc;
border: solid 1px #b2bfaa;
}
.lightgreen:active {
color: #f5faf2;
}
.lightgreen:hover {
background: #b2bfaa;
}
.mediumgreen {
background: #aad090;
color: #fafff7;
border: solid 1px #8db374;
}
.mediumgreen:active {
color: #d8e6cf;
}
.mediumgreen:hover {
background: #8db374;
}
.purple {
background: #8c1ec1;
color: #e9ddf0;
border: solid 1px #6b0f99;
}
.purple:active {
color: #cfa160;
}
.purple:hover {
background: #6b0f99;
}
.violet {
background: #c20d60;
color: #f0dae5;
border: solid 1px #99034e;
}
.violet:active {
color: #e595bd;
}
.violet:hover {
background: #99034e;
}
.blue {
color: #fae7e9;
border: solid 1px #27aae2;
@@ -799,21 +855,6 @@ th.rotate > div > span {
color: #999;
}
.lightgreen {
background: #e2f0da;
}
.mediumgreen {
background: #aad090;
}
.purple {
background: #8c1ec1;
}
.violet {
background: #c20d60;
}
/* blue */