MyNixOS website logo
option

programs.floorp.profiles.<name>.userContent

Custom Floorp user content CSS.

Declarations
Type
strings concatenated with "\n" or absolute path
Default
""
Example
''
  /* Hide scrollbar in FF Quantum */
  *{scrollbar-width:none !important}
''
Sign in to create a configuration using this setting.