From: TheSaminator Date: Sat, 21 May 2022 16:53:16 +0000 (-0400) Subject: Undo previous commit X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=a373bec0d047e3ef301754fc7326f0a9a8b9cc0a;p=starship-fights Undo previous commit --- diff --git a/plan/background/background.inkscape.svg b/plan/background/background.inkscape.svg new file mode 100644 index 0000000..75503be --- /dev/null +++ b/plan/background/background.inkscape.svg @@ -0,0 +1,222 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plan/background/background.svg b/plan/background/background.svg new file mode 100644 index 0000000..604c0e4 --- /dev/null +++ b/plan/background/background.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/jvmMain/resources/static/images/background.inkscape.svg b/src/jvmMain/resources/static/images/background.inkscape.svg deleted file mode 100644 index 75503be..0000000 --- a/src/jvmMain/resources/static/images/background.inkscape.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/jvmMain/resources/static/images/background.jpg b/src/jvmMain/resources/static/images/background.jpg new file mode 100644 index 0000000..df2ab6d Binary files /dev/null and b/src/jvmMain/resources/static/images/background.jpg differ diff --git a/src/jvmMain/resources/static/images/background.svg b/src/jvmMain/resources/static/images/background.svg deleted file mode 100644 index 604c0e4..0000000 --- a/src/jvmMain/resources/static/images/background.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/jvmMain/resources/static/style.css b/src/jvmMain/resources/static/style.css index 3436954..c317111 100644 --- a/src/jvmMain/resources/static/style.css +++ b/src/jvmMain/resources/static/style.css @@ -87,8 +87,6 @@ aside.mobile img { --h1-size: 2.6em; --h2-size: 2.2em; --h3-size: 1.8em; - - background-color: #fdfde6; } div#bg { @@ -100,13 +98,10 @@ aside.mobile img { top: 0; left: 0; - background-image: url("/static/images/background.svg"); + background-image: url("/static/images/background.jpg"); background-attachment: fixed; - background-repeat: no-repeat; background-position: center; - background-size: contain; - - filter: blur(8px); + background-size: cover; z-index: 0; }