diff --git a/assets/css/style.css b/assets/css/style.css index 7dca8eb..9db2060 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1149,3 +1149,15 @@ ol.custom-ordered-list li::before { grid-template-columns: 1fr; } } + +/* Training Materials pages */ +a.next-page-btn { + background-color: white; + border: 2px solid #114b7c; + transition: all 0.3s ease; +} +a.next-page-btn:hover { + background-color: #e6f0f9; + border: 2px solid #114b7c; + text-decoration: none !important; +} \ No newline at end of file diff --git a/layouts/training-and-event-resources/single.html b/layouts/training-and-event-resources/single.html index 7ae41b3..7a986f7 100644 --- a/layouts/training-and-event-resources/single.html +++ b/layouts/training-and-event-resources/single.html @@ -10,42 +10,66 @@