-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles2.css
More file actions
57 lines (48 loc) · 916 Bytes
/
styles2.css
File metadata and controls
57 lines (48 loc) · 916 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.text-start {
background-color: rgba(255, 255, 255, 0.5);
margin-top: 10px;
}
.text-start * {
color: rgb(17, 42, 64);
text-decoration: none;
}
.mb-0 button {
font-size: 20px;
background-color: rgba(255, 255, 255, 0)
}
.sub-nav {
background-color: rgb(9, 21, 33);
display: fixed;
}
.sub-nav a {
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 13px;
padding-top: 0;
padding-bottom: 0;
}
.dropdown-menu {
background-color: rgb(9, 21, 33);
}
.divborder {
border: 2px solid rgb(9, 21, 33);
border-radius: 20px;
max-width: 900px;
}
.nav-tabs {
height: 23px;
}
.nav-tabs a {
font-size: 13px;
color: rgb(255, 255, 255);
padding-top: 0;
padding-bottom: 0;
}
.Item {
background-color: rgb(9, 21, 33);
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}