diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 196f8fb..2a25eb8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,25 +3,30 @@ import Window from '../components/window.svelte'; -
+
-
+

- hi there waveyi'm dusk! + /> + i'm dusk!

+
    +
  • trying to do stuff
  • +
  • software engineer, indie game dev
  • +
  • genderfluid
  • +
  • in turkey (get me out)
  • +
  • aka yusdacra
  • +

- and this is my personal spot where i plan to put everything that i do on (if i don't forget to...) + ...and this is my personal spot on the web where i plan to put everything that i do on (if i don't forget to 👍)

-

not much else to say, hopefully will add more text here one day :>

-

website very much in progress still !!!

@@ -46,14 +51,14 @@
  • discord: yusdacra
  • e-mail: - y.bera003.06@pm.me + y.bera003.06@pm.me
  • development

    socials

    • bluesky: - @gaze.systems + @gaze.systems
    • misskey.art: diff --git a/src/styles/app.css b/src/styles/app.css index 9544bed..d15fd87 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -52,6 +52,10 @@ text-shadow: none; } + .prose ul, ul { + list-style-type: '-- '; + } + li::marker { text-shadow: 0 0 4px theme(colors.ralsei.pink.regular), 0 0 6px #fff9; } @@ -240,4 +244,11 @@ a.app-selected-route { transform: scale(1.0, 1.0); } } +} + +.genderfluid-gradient { + background: linear-gradient(to right, rgb(255, 120, 166), rgb(247, 196, 210), rgb(255, 255, 255) 23%, rgb(255, 255, 255), rgb(255, 255, 255) 28%, rgb(219, 148, 213), rgb(190, 20, 215), rgb(89, 22, 85), rgb(0, 0, 0) 73%, rgb(0, 0, 0), rgb(0, 0, 0) 78%, rgb(51, 36, 87), rgb(50, 60, 191)); + background-clip: text; + color: transparent; + text-shadow: none; } \ No newline at end of file