1
0
Fork 0

Improve readability of header

This commit is contained in:
Citlali del Rey 2023-08-06 10:10:36 -07:00
parent 73fa8f7dce
commit ce676d834d
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 5 additions and 6 deletions

View File

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