[RESET] Removed text shadow, added optimizeLegibility

This commit is contained in:
Eliseu Amaro 2022-07-25 17:21:00 +01:00
parent 5e9f28e47b
commit 437675b9aa
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 8 additions and 3 deletions

View File

@ -94,7 +94,7 @@ header .menu-list {
.content-wrapper {
/* Trust me */
padding: 2.11rem 22vw 11vw 4rem;
padding: 2.11rem 22vw 11vw 5rem;
height: max-content;
}

View File

@ -4,6 +4,13 @@
}
}
@media (pointer:fine) {
body {
font-kerning: auto;
text-rendering: optimizeLegibility;
}
}
* {
box-sizing: border-box;
}
@ -50,8 +57,6 @@ body,
html {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0px 1px 1px rgba(140, 140, 140, 0.666);
font-family: "open_sansregular", sans-serif;
font-weight: 400;
line-height: 1.75;