ui: tweaks

This commit is contained in:
cha0s 2020-07-14 06:24:24 -05:00
parent 4ba0225ec6
commit d3cf1a1986
3 changed files with 18 additions and 6 deletions

View File

@ -44,10 +44,16 @@ export default function ChatLeft() {
<h2 className="channel__chatsTitle">Chats</h2>
<ul className="channel__chatsList">
<li>
<a href="/chat/u/cha0s">cha0s</a>
<a href="/chat/r/reddichat">
<span className="muted">/r/</span>
reddichat
</a>
</li>
<li>
<a href="/chat/u/BabeHasHiccups">BabeHasHiccups</a>
<a href="/chat/r/anonymous">
<span className="muted">/r/</span>
anonymous
</a>
</li>
</ul>
</div>

View File

@ -51,13 +51,16 @@
}
.channel__chatsList a {
color: #dddddd;
color: #ffffff;
display: block;
font-family: var(--thick-title-font-family);
font-family: var(--title-font-family);
padding: 1em;
text-decoration: none;
.muted {
font-size: 0.8em;
margin-right: 0.125em;
}
&:hover {
background-color: #444;
color: #ffffff;
}
}

View File

@ -233,7 +233,10 @@ select {
display: block;
}
/* Webfont: Lato-Light */
.muted {
color: $color-muted;
}
@font-face {
font-family: 'LatoLight';
src: url('./fonts/Lato-Light.eot');