diff --git a/404.html b/404.html index f64f47a..48191cb 100644 --- a/404.html +++ b/404.html @@ -79,10 +79,17 @@ padding: 5px 8px; border: 0; outline: 0; - border-bottom: 2px solid darkgray; + border-bottom: 2px solid light-dark( + rgba(0, 0, 0, 0.2), + rgba(255, 255, 255, 0.2) + ); border-radius: 10px; margin: 10px 0; font-size: 16px; + background-color: light-dark( + rgba(0, 0, 0, 0.1), + rgba(255, 255, 255, 0.1) + ); } #output-link-container { margin: 10px 0 0 0; diff --git a/index.html b/index.html index f64f47a..48191cb 100644 --- a/index.html +++ b/index.html @@ -79,10 +79,17 @@ padding: 5px 8px; border: 0; outline: 0; - border-bottom: 2px solid darkgray; + border-bottom: 2px solid light-dark( + rgba(0, 0, 0, 0.2), + rgba(255, 255, 255, 0.2) + ); border-radius: 10px; margin: 10px 0; font-size: 16px; + background-color: light-dark( + rgba(0, 0, 0, 0.1), + rgba(255, 255, 255, 0.1) + ); } #output-link-container { margin: 10px 0 0 0;