forked from slackapi/python-slack-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
34 lines (29 loc) · 615 Bytes
/
docs.css
File metadata and controls
34 lines (29 loc) · 615 Bytes
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
/* Updates body font */
body {
font-family: Slack-Lato,appleLogo,sans-serif;
}
/* Replaces old sidebar styled links */
.sidebar_menu h5 {
font-size: 0.8rem;
font-weight: 800;
margin-bottom: 3px;
}
/* Aligns footer navigation to the left of the sidebar */
.footer_nav {
margin: 0 !important;
}
/* Styles the signature all nice and pretty <3 */
#footer_signature {
color:#e01e5a;
font-size:.9rem;
margin-top: 10px;
}
/* Fixes link hover state */
a:hover {
text-decoration: underline;
}
/* Makes footer consistent */
footer {
background-color: transparent;
border: 0;
}