Compare commits
No commits in common. "d2adcd1d9e6e838a02f1fc69054d917cebae454a" and "8c48d823c4eaf60506e54ba44ffdb5b21919fd85" have entirely different histories.
d2adcd1d9e
...
8c48d823c4
2 changed files with 14 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
/* ==UserStyle==
|
|
||||||
@name CCO Colourblind-friendly Chat
|
|
||||||
@namespace cco-colourblindchat
|
|
||||||
@version 1.0.0
|
|
||||||
@description A new userstyle
|
|
||||||
@author Siinamon
|
|
||||||
==/UserStyle== */
|
|
||||||
|
|
||||||
@-moz-document domain("cybercodeonline.com") {
|
|
||||||
:root {
|
|
||||||
--moderator-color-number: 234, 133, 211;
|
|
||||||
--donation3-color-number: 246, 251, 106;
|
|
||||||
--donation6-color-number: 88, 181, 219;
|
|
||||||
--donation8-color-number: 249, 105, 105;
|
|
||||||
--donation13-color-number: 221, 221, 221;
|
|
||||||
--donation14-color-number: 249, 105, 105;
|
|
||||||
--donation15-color-number: 94, 198, 94;
|
|
||||||
--donation21-color-number: 249, 105, 105;
|
|
||||||
}
|
|
||||||
.chat-message.moderator.notMe {
|
|
||||||
--primary-color: rgb(var(--moderator-color-number))
|
|
||||||
}
|
|
||||||
/* Adjusts my colour */
|
|
||||||
.chat-message.donation3 {
|
|
||||||
--primary-color: #f6fb6a;
|
|
||||||
}
|
|
||||||
}
|
|
14
invert-meta.akkoma-logo.styl
Normal file
14
invert-meta.akkoma-logo.styl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/* ==UserStyle==
|
||||||
|
* @name invert meta.akkoma logo
|
||||||
|
* @namespace github.com/openstyles/stylus
|
||||||
|
* @version 1.1.0
|
||||||
|
* @description Invert akkoma logo, for use with light theme
|
||||||
|
* @author @siina@fedi.criminallycute.fi
|
||||||
|
* ==/UserStyle== */
|
||||||
|
|
||||||
|
@-moz-document domain("akkoma.dev") {
|
||||||
|
#navbar div.item.brand a img, /* Gitea */
|
||||||
|
img#site-logo { /* Discourse */
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue