Private
Public Access
1
0

first cut at list_workouts

This commit is contained in:
Sander Roosendaal
2018-09-27 18:42:44 +02:00
parent 7abf144e17
commit 8aa72c49f4
4 changed files with 140 additions and 209 deletions

View File

@@ -450,15 +450,15 @@ a.button {
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
}
.green:hover {
background: #538018;
background: #538018;
}
.green:active {
color: #a9c08c;
color: #a9c08c;
}
/* palegreen */