mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
First (rushed 😦) release of the Vegvisir website. Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
15 lines
No EOL
309 B
CSS
15 lines
No EOL
309 B
CSS
/* # Sections */
|
|
|
|
/* ## Free */
|
|
|
|
section#freedom {
|
|
background-position: 50% 50%;
|
|
background-size: 400px;
|
|
background-color: var(--color-deep);
|
|
background-blend-mode: lighten;
|
|
background-image: url("/assets/media/gnu.png");
|
|
}
|
|
|
|
section#freedom svg {
|
|
filter: drop-shadow(0 0 40px rgba(255, 255, 255, .3));
|
|
} |