chore: fixed backround ini css

This commit is contained in:
Ward Truyen 2024-09-09 22:22:56 +02:00
parent a9d3d80959
commit a7f2142bc6

View File

@ -9,12 +9,15 @@ body {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
/* colors */ }
html {
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F); background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
} }
main { main {
margin: auto; margin: auto;
margin-top: 1em;
width: 80%; width: 80%;
padding: 10px; padding: 10px;
min-height: 40%; min-height: 40%;
@ -22,7 +25,7 @@ main {
/* colors */ /* colors */
border: 1px solid darkblue; border: 1px solid darkblue;
background-color: white; background-color: white;
box-shadow: 3px 3px 3px #30303090; box-shadow: 3px 3px 3px #30303090;
} }
main h1 { main h1 {
@ -59,8 +62,8 @@ html.theme-dark {
text-shadow: 0px 0px 3px blue, 2px 2px 6px; text-shadow: 0px 0px 3px blue, 2px 2px 6px;
} }
@media(orientation: portrait){ @media(orientation: portrait) {
main{ main {
margin: 1em; margin: 1em;
} }
} }