nickvergessen / theming_customcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom CSS: customize your CSS to better fit your Theming needs

Allow admins to add custom CSS to their Nextcloud instance from inside the Theming settings.

Use theming color values

Admin can use CSS custom properties to make use of the variables that are available from the css-variables.scss file:

Example:

#element {
  color: var(--color-primary);
}

About


Languages

Language:JavaScript 53.8%Language:PHP 46.0%Language:CSS 0.2%