Console slack style
Terminal slack style by umbrellait-grigoriy-latyshev
Details
Authorumbrellait-grigoriy-latyshev
LicenseNo License
Categoryslack
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Terminal slack style
@version 20220727.20.17
@namespace userstyles.world/user/umbrellait-grigoriy-latyshev
@description Console slack style
@author umbrellait-grigoriy-latyshev
@license No License
==/UserStyle== */
@-moz-document domain("app.slack.com") {
div {
background-color: #012601 !important;
color: white;
font: 1.3rem Inconsolata, monospace;
text-shadow: 0 0 5px #C8C8C8;
font-size: 10pt;
}
a {
color: white !important;
background-color: #012601 !important;
}
span {
color: white !important;
background-color: #012601 !important;
}
button {
color: white !important;
background-color: #012601 !important;
border-radius: 0
}
.p-view_header__text {
background-color: #220126 !important;
}
a:hover {
color: white !important;
text-decoration: underline;
}
span:hover {
color: white !important;
text-decoration: underline;
}
img {
image-rendering: pixelated;
}
.c-mrkdwn__pre {
background-color: #262626 !important;
}
}