chore: fixed backround ini css
This commit is contained in:
parent
a9d3d80959
commit
a7f2142bc6
@ -9,12 +9,15 @@ body {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* colors */
|
||||
}
|
||||
|
||||
html {
|
||||
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
|
||||
}
|
||||
|
||||
main {
|
||||
margin: auto;
|
||||
margin-top: 1em;
|
||||
width: 80%;
|
||||
padding: 10px;
|
||||
min-height: 40%;
|
||||
@ -22,7 +25,7 @@ main {
|
||||
/* colors */
|
||||
border: 1px solid darkblue;
|
||||
background-color: white;
|
||||
box-shadow: 3px 3px 3px #30303090;
|
||||
box-shadow: 3px 3px 3px #30303090;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
@ -59,8 +62,8 @@ html.theme-dark {
|
||||
text-shadow: 0px 0px 3px blue, 2px 2px 6px;
|
||||
}
|
||||
|
||||
@media(orientation: portrait){
|
||||
main{
|
||||
@media(orientation: portrait) {
|
||||
main {
|
||||
margin: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user