From 41b772ccced28277ba17a541e13c257cfa5fa17c Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 17 Nov 2022 21:45:29 +0200 Subject: [PATCH] remove codeberg style and add meta.akkoma style --- gitea-dark-compliments.styl | 21 --------------------- invert-meta.akkoma-logo.styl | 13 +++++++++++++ 2 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 gitea-dark-compliments.styl create mode 100644 invert-meta.akkoma-logo.styl diff --git a/gitea-dark-compliments.styl b/gitea-dark-compliments.styl deleted file mode 100644 index 2d9dbec..0000000 --- a/gitea-dark-compliments.styl +++ /dev/null @@ -1,21 +0,0 @@ -/* ==UserStyle== -@name Gitea Dark Compliments -@namespace codeberg.org/siina/userstyles -@description Simple Gitea changes to augment dark themes -@author Siina Mashek -@homepageURL https://codeberg.org/siina/userstyles -@supportURL https://codeberg.org/siina/userstyles/issues -@updateURL https://codeberg.org/siina/userstyles/raw/branch/main/gitea-dark-compliments.styl -@version 1.0.0 -@license Unlicense -==/UserStyle== */ -@-moz-document domain("codeberg.org") { - * { - /* Change the primary colour from green to a grey */ - --color-primary: var(--color-text-light-2); - } - #navbar { - /* Needs !important because gitea themes use it */ - background-color: var(--color-secondary) !important; - } -} diff --git a/invert-meta.akkoma-logo.styl b/invert-meta.akkoma-logo.styl new file mode 100644 index 0000000..1a9639b --- /dev/null +++ b/invert-meta.akkoma-logo.styl @@ -0,0 +1,13 @@ +/* ==UserStyle== +@name invert meta.akkoma logo +@namespace github.com/openstyles/stylus +@version 1.0.0 +@description Invert akkoma logo, for use with light theme +@author @siina@fedi.criminallycute.fi +==/UserStyle== */ + +@-moz-document url-prefix("https://meta.akkoma.dev/") { + img#site-logo { + filter: invert(100%); + } +}