Compare commits

...

2 Commits

Author SHA1 Message Date
Siina Mashek d2adcd1d9e Adding CCO custom chat colours 2023-10-22 12:01:08 +03:00
Siina Mashek 4413ff12b0 Removing akkoma 2023-10-22 11:56:00 +03:00
2 changed files with 27 additions and 14 deletions

27
cco-colourblindchat.styl Normal file
View 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;
}
}

View File

@ -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%);
}
}