Merge pull request #105 from maxpoulin64/fix-themes-fade
Fix built-in themes broken by #75.
This commit is contained in:
commit
8996d58535
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user