-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaa-style.css
More file actions
45 lines (36 loc) · 711 Bytes
/
saa-style.css
File metadata and controls
45 lines (36 loc) · 711 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
body {
background-color: #333;
}
body {
justify-content: center;
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
#navbar {
padding-top: 1rem;
margin-bottom: 3rem;
}
#features{
text-align: left;
}
.container.custom-container {
padding: 0 50px;
}
.mastfoot {
color: rgba(255, 255, 255, .5);
}
.saa-background {
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.list-group-mine .list-group-item {
background-color: #333;
border-color: white;
}
@media screen and (max-width: 767px) {
h3 {
font-size: 1.2em;
}
}