diff --git a/README.md b/README.md
index a57e965..76e1a26 100644
--- a/README.md
+++ b/README.md
@@ -21,24 +21,4 @@ you can preview the production build with `bun run preview`.
## license
-> MIT License
->
-> Copyright (c) 2024 the floral.systems contributors
->
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in all
-> copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-> SOFTWARE.
+This work is licensed under Creative Commons Attribution-ShareAlike 4.0 International. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
diff --git a/src/lib/assets/cc/by.svg b/src/lib/assets/cc/by.svg
new file mode 100644
index 0000000..34099a3
--- /dev/null
+++ b/src/lib/assets/cc/by.svg
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/src/lib/assets/cc/cc.svg b/src/lib/assets/cc/cc.svg
new file mode 100644
index 0000000..cb08896
--- /dev/null
+++ b/src/lib/assets/cc/cc.svg
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/src/lib/assets/cc/sa.svg b/src/lib/assets/cc/sa.svg
new file mode 100644
index 0000000..8d5ffde
--- /dev/null
+++ b/src/lib/assets/cc/sa.svg
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/src/main.css b/src/main.css
index 3409327..e35e5cb 100644
--- a/src/main.css
+++ b/src/main.css
@@ -18,7 +18,7 @@ html {
@apply h-full;
}
body {
- @apply h-[100%] flex;
+ @apply h-[100%] flex bg-zinc-50;
> div {
line-height: inherit;
> * {
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 25c6f1d..cda96b4 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,5 +1,6 @@
@@ -19,6 +20,7 @@
*:py-1 *:px-2 *:h-min *:bg-coral-100 *:rounded-md *:border-b-2 *:border-r-2 *:border-coral-200 text-blue-950
*:hover:bg-coral-200 <-TODO-fix-that-hover"
>
+ colors
Try {DISTRO}
Use {PKGS}
@@ -27,7 +29,10 @@