Skip to content

Instantly share code, notes, and snippets.

@romgrk
Created September 21, 2023 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romgrk/d29dd5d4ee429ec862a2893dbc6e1fda to your computer and use it in GitHub Desktop.
Save romgrk/d29dd5d4ee429ec862a2893dbc6e1fda to your computer and use it in GitHub Desktop.
body {
--sk_primary_background: 38,38,38 !important;
}
.c-wysiwyg_container--theme_dark,
.c-wysiwyg_container__formatting,
.then {
background-color: #212121 !important;
}
.p-client_workspace--including_tab_rail {
grid-template-areas: "p-client-workspace" !important;
grid-template-columns: auto !important;
}
.p-tab_rail {
display: none;
}
.p-client_workspace {
padding: 0 !important;
}
.p-client_workspace__layout {
border-radius: 0 !important;
border-left: none !important;
border-right: none !important;
}
.p-view_contents--sidebar {
border-right-color: rgba(255, 255, 255, 0.2) !important;
}
[role="toolbar"],
.p-ia4_sidebar_header,
.p-channel_sidebar,
.then {
background-color: #212121 !important;
}
.c-message_kit__background--hovered {
background-color: rgba(255, 255, 255, 0.05);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment