Compare commits
2 commits
8c48d823c4
...
d2adcd1d9e
Author | SHA1 | Date | |
---|---|---|---|
d2adcd1d9e | |||
4413ff12b0 |
2 changed files with 27 additions and 14 deletions
27
cco-colourblindchat.styl
Normal file
27
cco-colourblindchat.styl
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* ==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;
|
||||
}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
/* ==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