Migrated to daisyui 5

This commit is contained in:
BOT Alex 2025-04-05 22:28:32 +02:00
parent 2fa0e4ee8e
commit 4fa68a8e7f
10 changed files with 598 additions and 1032 deletions

View file

@ -42,12 +42,16 @@
<style>
.developersProfile:not(.snorre):not(.snorre-overlay){
background-image: linear-gradient(oklch(var(--p)) 33%, rgba(255,255,255,0) 0%);
background-image: linear-gradient(var(--color-neutral) 33%, rgba(255,255,255,0) 0%);
background-position: left;
background-size: 0.1rem 0.5rem;
background-repeat: repeat-y;
}
.developersProfile {
}
.snorre {
border-left: dashed transparent 0.1rem;
border-image: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet);
@ -55,7 +59,7 @@
}
.snorre-overlay {
background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, oklch(var(--b1)) 40%);
background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, var(--color-base-200) 40%);
background-position: left;
background-size: 0.1rem 0.5rem;
background-repeat: repeat-y;