-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
93 lines (77 loc) · 1.11 KB
/
style.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
h1,
h2,
h3,
h4,
h1 *,
h2 *,
h3 *,
h4 * {
font-family: 'Noto Serif', sans-serif
}
* {
font-family: 'Noto Sans', sans-serif
}
/*.uk-card-default {
border: 1px solid #e5e5e5;
box-shadow: none;
}*/
.bc-divider:before {
margin-right: 5px;
margin-left: 5px;
content: '❯';
}
.red {
background-color: #bf360c !important;
color: #fff !important;
}
a,
a:visited,
a:link {
color: #bf360c;
}
::selection {
background: #902909;
color: #fff !important;
}
.uk-text-meta a,
.uk-link-muted a,
a.uk-link-muted {
color: #999;
}
.twitter-parent .uk-card-header {
padding-left: 0;
padding-right: 0;
}
.twitter-parent iframe {
border: 1px solid #e5e5e5 !important;
height: calc(100vh - 78px);
position: sticky !important;
top: 79px;
}
.uk-navbar {
flex-wrap: wrap;
}
.uk-navbar-item, .uk-navbar-nav>li>a {
height: unset;
padding: 0;
}
.uk-navbar-nav>li {
padding: 15px;
}
.logo-box {
justify-content: center;
}
.logo-box,
.logo {
max-height: 80px;
min-width: 120px;
}
.uk-navbar-right {
justify-content: center;
flex-grow: 1;
}
@media (max-width: 700px) {
.logo {
max-height: 50px;
}
}