chore: some changes

dev
Antonio De Lucreziis 1 month ago
parent c8771142d5
commit f287071674

@ -192,7 +192,7 @@ Varie sezioni del sito utilizzano diverse palette di colori. Questa è la palett
I combo box sono un componente per fare dropdown scritto in Preact. Questo è un esempio di come funzionano. I combo box sono un componente per fare dropdown scritto in Preact. Questo è un esempio di come funzionano.
```js ```js
import { ComboBox } from '$lib/components/ComboBox' import { ComboBox } from '@/lib/components/ComboBox'
const [value, setValue] = useState('option-1') const [value, setValue] = useState('option-1')
``` ```

@ -440,11 +440,11 @@
// background horizontal linear gradient that is black in the center // background horizontal linear gradient that is black in the center
background: linear-gradient( background: linear-gradient(
to right, to right,
#e0ffc511 0%, #ffe4c544 0%,
#e0ffc533 25%, // #ffe4c599 25%,
#e0ffc599 50%, #ffe4c5ff 50%,
#e0ffc533 75%, // #ffe4c599 75%,
#e0ffc511 100% #ffe4c544 100%
); );
} }
} }

Loading…
Cancel
Save