Skip to content

Instantly share code, notes, and snippets.

View fibonacid's full-sized avatar

Lorenzo Rivosecchi fibonacid

View GitHub Profile
@fibonacid
fibonacid / Cursor.tsx
Last active July 20, 2022 13:27
Mouse Cursor (React + GSAP)
import { Container } from "./styles";
import {
forwardRef,
PropsWithChildren,
useImperativeHandle,
useRef,
} from "react";
export type CursorProps = PropsWithChildren<{
className?: string;
@fibonacid
fibonacid / plyr-3.6.12.css
Last active March 2, 2022 14:59
Plyr Variables
/* PLYR https://github.com/sampotts/plyr/releases/tag/v3.6.12 */
:root {
/* The primary UI color. */
--plyr-color-main: #00b3ff;
/* The background color of video and poster wrappers for using alpha channel videos and poster images. */
--plyr-video-background: rgba(0, 0, 0, 1);
/* The color used for the dotted outline when an element is :focus-visible (equivalent) keyboard focus. */
--plyr-badge-background: #4a5464;
/* The text color for badges. */
@fibonacid
fibonacid / README.md
Last active February 16, 2024 00:07
How to migrate Passbolt to a new server

How to migrate Passbolt to a new server

SSH into you remote server and create a directory.

mkdir ~/passbolt

Go inside the directory

cd ~/passbolt