Skip to content

Instantly share code, notes, and snippets.

@ajh123
ajh123 / nextcloud.css
Created November 28, 2023 11:40 — forked from BSoDium/nextcloud.css
Nextcloud GitHub custom CSS
.theme--dark {
--color-main-background: rgb(13, 17, 23);
--color-main-background-translucent: rgb(13, 17, 23);
--color-background-dark: rgb(13, 17, 23);
--color-background-hover: #21262c;
--color-primary-light: #21262c;
--color-border: #21262d;
--input-form-background: #010409;
--btn-primary: #238636;
--btn-primary-hover: #1b6e2b;