Really fast theme for collabedit, not planning on updating
collabedit.com by darkissou
Details
Authordarkissou
LicenseNo License
Categorycollabedit
Created
Updated
Size515 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name collabedit.com
@version 20230726.21.46
@namespace userstyles.world/user/darkissou
@description Really fast theme for collabedit, not planning on updating
@author darkissou
@license No License
==/UserStyle== */
@-moz-document domain("collabedit.com") {
#main {
background-color: #222222;
}
body, html {
background-color: #444;
}
#sub-description, #above-description, p {
color: #ddd;
}
textarea#textarea {
background-color: white !important;
}
}