-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
27 lines (21 loc) · 1023 Bytes
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#main, #main .pulse-component div, #main .group-header-component div, .board-content-component, #main #content, #main #header div, #main .leftnav, #main #content, #main #header_top_nav_profile .top-profile-pic-wrapper, #main #header_top_nav_profile .top-profile-arrow-wrapper, #main .ds-menu-dialog, #main .q-list-wrapper, #main .person-select-button, #main .clear-button, #main .save-button, #main #inbox, #main #inbox div {
background: #1a2632 !important;
}
#header #top_user_profile #user_profile_menu:hover .hover-circle {
background: rgb(88, 96, 105);
}
#main #header #top_user_profile #top-profile-pic {
background: rgb(196, 196, 196);
}
#main span, #main p {
color: rgb(88, 96, 105);
}
#main input, #main .quick-search-container {
background-color: #151f29 !important;
}
#main .pulse-right-indicator, #main .cell-component, #main .column-header, #main .name-column-header, #main .pulse-component {
border-color: grey !important;
}
#main #inbox .expander_toggle:before {
background-image: none;
}