-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreload.css
122 lines (101 loc) · 1.99 KB
/
preload.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
margin-top:8px;
}
.install-chrome-extension {
display: none !important;
}
.create-soapbox {
-webkit-user-select: none;
-webkit-app-region: drag;
}
.signin-generic {
-webkit-user-select: none;
-webkit-app-region: drag;
}
.start-columns {
-webkit-user-select: none;
-webkit-app-region: drag;
}
.top-bar {
-webkit-user-select: none;
-webkit-app-region: drag;
}
/* body {
margin-top: 98px;
}
.topbar__container {
margin-top: 34px;
padding: 0;
}
.topbar__container:before {
content: 'GoodTalk';
position: absolute;
top: 0;
right: 0;
left: 0;
height: 37px;
background: linear-gradient(rgba(0,0,0,0.1), rgba(0, 0, 0, 0.15));
line-height: 37px;
text-align: center;
color: rgba(0,0,0,0.6);
font-size: 14px;
text-shadow: 0 1px 1px rgba(255,255,255,0.2);
-webkit-app-region: drag;
} */
/*
body {
color: #f5f6f7;
}
.top-bar {
border-bottom: 1px solid #605e80;
background: #121212;
}
.top-bar .brand__soapbox a {
color: #f5f6f7;
}
.top-bar .brand__menu-toggle {
color: #f5f6f7;
}
.search\/top-bar-nav--focused .nav__input {
border-color: #2291f8;
outline: 0;
color: #343a40;
}
.page-layout__content-wrapper {
background-color: #121212;
color: #f5f6f7;
}
.page-layout__sidebar {
border-right: 1px solid #212529;
background: #121212;
}
.channel-menu__create {
background: #121212;
}
.channel-list\/item .nav-link--is-unread {
color: #f5f6f7;
}
.channel-menu .feature-trigger.active:not(.ember-transitioning-out), .channel-menu .feature-trigger.ember-transitioning-in {
background-color: #121212;
color: #d2d5de;
}
.today\/unscheduled-meeting .name {
color: #d2d5de;
}
.today\/next-steps-container__header {
color: #f5f6f7;
}
.today\/channel-card {
background: #212121;
color: #f5f6f7;
}
.today\/channel-card .channel-card-item-adder__textfield textarea {
color: #f5f6f7;
background: #212121;
}
.today\/next-steps-container__header {
color: #f5f6f7;
}
.today\/calendar-events\/event .content__name {
color: #f5f6f7;
} */