Skip to content

Instantly share code, notes, and snippets.

@supertassu
Last active December 20, 2020 14:26
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 supertassu/b4607043e81e616fce8104020211905a to your computer and use it in GitHub Desktop.
Save supertassu/b4607043e81e616fce8104020211905a to your computer and use it in GitHub Desktop.
the lounge styling 2020-12-20
@import url('https://static.taavi.wtf/fonts/Iosevka/4.1.0/webfont.css');
:root {
--link-color: #777;
--highlight-border-color: #999;
}
::-webkit-scrollbar {
width: 2px;
}
::-webkit-scrollbar-thumb {
background: #504949;
}
.unread-marker-text {
display: none;
position: absolute;
}
#chat .self {
background: none;
}
#chat .self .from {
font-weight: bold;
}
#chat .self .text {
color: var(--body-color);
}
#session-list * {
font-style: normal;
}
* {
font-variant-ligatures: none;
font-family: 'Iosevka Taavi Web', 'Iosevka Taavi', 'Iosevka Web', monospace, sans-serif, serif;
}
.messages .from .user:before {
opacity: 0.5;
content: "<";
}
.messages .msg:not([data-type=notice]) .from .user:after {
opacity: 0.5;
content: ">";
}
.channel-list-item.active .close-tooltip {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment