some mobile "fixes"
This commit is contained in:
parent
07755c4f83
commit
802b3626f4
1 changed files with 10 additions and 7 deletions
17
style.css
17
style.css
|
@ -1,7 +1,14 @@
|
||||||
@import url(fonts/muller/muller.css);
|
@import url(fonts/muller/muller.css);
|
||||||
|
|
||||||
html {
|
@media (max-resolution: 1x) {
|
||||||
|
body {
|
||||||
|
background-blend-mode: overlay;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
background:
|
background:
|
||||||
|
url(niss_uwu_bg.png) top center fixed,
|
||||||
linear-gradient(to bottom,
|
linear-gradient(to bottom,
|
||||||
hsl(42deg, 92%, 70%),
|
hsl(42deg, 92%, 70%),
|
||||||
hsl(348deg, 92%, 70%),
|
hsl(348deg, 92%, 70%),
|
||||||
|
@ -9,12 +16,8 @@ html {
|
||||||
hsl(234deg, 100%, 76%),
|
hsl(234deg, 100%, 76%),
|
||||||
hsl(195deg, 100%, 67%)
|
hsl(195deg, 100%, 67%)
|
||||||
)
|
)
|
||||||
fixed,
|
fixed;
|
||||||
url(niss_uwu_bg.png) top center fixed;
|
|
||||||
background-blend-mode: hard-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Muller';
|
font-family: 'Muller';
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -26,7 +29,7 @@ body {
|
||||||
-1px -1px 0 black,
|
-1px -1px 0 black,
|
||||||
4px 4px 4px hsla(0, 0%, 0%, 70%);
|
4px 4px 4px hsla(0, 0%, 0%, 70%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 2em 0 3em;
|
margin: 2em 1em 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue