diff --git a/layouts/partials/solution.html b/layouts/partials/solution.html index 21dbe2f..a5f53ad 100644 --- a/layouts/partials/solution.html +++ b/layouts/partials/solution.html @@ -1,6 +1,6 @@ -
- + diff --git a/static/css/main.css b/static/css/main.css index cd919f8..22c457d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -761,4 +761,8 @@ figure.center { float: right; max-width: 200px; justify-self: flex-end; +} + +.solution-box, .solution-box:hover { + color: black; } \ No newline at end of file