mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Initial support for channel categories
This commit is contained in:
@ -82,6 +82,10 @@ nav .brand-logo {
|
||||
color: #eceff1;
|
||||
}
|
||||
|
||||
.side-nav li>a[id^=channel] {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.side-nav .subheader {
|
||||
color: #cfd8dc;
|
||||
font-variant: small-caps;
|
||||
@ -213,6 +217,10 @@ nav .brand-logo {
|
||||
-webkit-filter: brightness(150%);
|
||||
}
|
||||
|
||||
.subheader .channel-category {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.chatusername {
|
||||
font-weight: bold;
|
||||
color: #eceff1;
|
||||
|
Reference in New Issue
Block a user