mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Improve shading even moer
This commit is contained in:
parent
9ad1145720
commit
2132f6b8cf
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
.icon {
|
||||
filter: drop-shadow(1px 1px 0 var(--background));
|
||||
filter: drop-shadow(1px 1px 2px var(--background));
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
.view-landing-titles {
|
||||
grid-area: titles;
|
||||
text-shadow: 2px 2px 4px var(--background);
|
||||
}
|
||||
|
||||
.view-landing-titles-title {
|
||||
|
|
|
@ -6,13 +6,12 @@ body {
|
|||
|
||||
color: var(--foreground);
|
||||
font-family: sans-serif;
|
||||
text-shadow: 1px 1px 0 var(--background);
|
||||
text-shadow: 1px 1px 2px var(--background);
|
||||
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-shadow: 2px 2px 0 var(--background);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue