Fix built-in themes broken by #75.

Fixes #101
This commit is contained in:
Maxime Poulin 2016-02-25 02:29:51 -05:00
parent b34c6ec3ae
commit 1c877a71ab
2 changed files with 8 additions and 0 deletions

View file

@ -84,6 +84,10 @@ a:hover,
color: #00ff0e;
}
#sidebar .chan .name:after {
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
#sidebar button,
#sidebar .chan,
#sidebar .sign-out,

View file

@ -61,6 +61,10 @@ body {
bottom: 48px;
}
#sidebar .chan .name:after {
background: linear-gradient(to right, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
}
#footer {
background: #33332f;
border-top: 1px solid #000;