diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html
index 690a7e50..6f981ec3 100644
--- a/rowers/templates/list_workouts.html
+++ b/rowers/templates/list_workouts.html
@@ -22,6 +22,7 @@
}
div.columns { width: 100%; }
div.columns div { width: 20%; padding: 10px; float: left; }
+ div.icondiv svg { height: 35px; }
diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css
index fa84ba80..c4d36853 100644
--- a/static/css/rowsandall2.css
+++ b/static/css/rowsandall2.css
@@ -358,6 +358,8 @@ th.rotate > div > span {
padding: 0px;
margin: 0px;
}
+
+
.whiteborder {
border: solid 2px #aaa;
}
diff --git a/static/css/styles2.css b/static/css/styles2.css
index 5f615870..7b9809ce 100644
--- a/static/css/styles2.css
+++ b/static/css/styles2.css
@@ -625,6 +625,10 @@
}
}
+h3 a {
+ color: black;
+}
+
@media only screen and (min-width: 450px) {