parent
b34c6ec3ae
commit
1c877a71ab
@ -84,6 +84,10 @@ a:hover,
|
|||||||
color: #00ff0e;
|
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 button,
|
||||||
#sidebar .chan,
|
#sidebar .chan,
|
||||||
#sidebar .sign-out,
|
#sidebar .sign-out,
|
||||||
|
@ -61,6 +61,10 @@ body {
|
|||||||
bottom: 48px;
|
bottom: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .chan .name:after {
|
||||||
|
background: linear-gradient(to right, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #33332f;
|
background: #33332f;
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
|
Loading…
Reference in New Issue
Block a user