diff --git a/public/css/main.css b/public/css/main.css index 18d93de..367eea7 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -56,7 +56,7 @@ a:visited { } header { - background: linear-gradient( + border-image: linear-gradient( 90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 10%, @@ -69,11 +69,11 @@ header { rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 1) 90%, rgba(255, 0, 0, 1) 100% - ); + ) 30; min-height: 50px; display: flex; - color: black; box-sizing: border-box; + border-bottom: 10px solid; } #header-content { @@ -86,7 +86,6 @@ header { padding: 10px; } #header-content h1 { - color: black; margin: auto auto auto 1rem; } @@ -157,11 +156,11 @@ pre { #header-content a:link { text-decoration: none; - color: black; + color: inherit; } #header-content a:visited { text-decoration: none; - color: black; + color: inherit; } #header-content a:hover {