diff --git a/app/assets/stylesheets/_welcome_portal.scss b/app/assets/stylesheets/_welcome_portal.scss index b18ee4b0e..c9f4b3349 100644 --- a/app/assets/stylesheets/_welcome_portal.scss +++ b/app/assets/stylesheets/_welcome_portal.scss @@ -84,6 +84,9 @@ font-weight: 600; line-height: 1.5rem; /* 150% */ } + button:hover { + background-color: #333333; + } .welcome-warn { display: flex; @@ -119,6 +122,9 @@ text-underline-offset: auto; text-underline-position: from-font; } + a:hover { + color: #121212; + } } } }