-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (37 loc) · 767 Bytes
/
styles.css
File metadata and controls
40 lines (37 loc) · 767 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
.footer {
background-color: #f8f9fa;
display: flex;
flex: initial;
width: auto;
height: 150px;
justify-content: space-between;
align-items: center;
}
.footer-container {
display: flex;
margin: auto;
}
.my-5 {
background-color: #d3d3d3 !important;
}
#top {
background-color: #f8f9fa !important;
}
.btn:hover {
background-color: #af0000 !important;
border: #af0000 !important;
}
.btn-default {
background-color: #d32d26;
border-color: #d32d26;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
background-color: #d32d26;
border-color: #d32d26;
}
h1 {
font-family: "Lucida Console", "Courier New", monospace;
}
.navbar-dark {
background-color: #d32d26 !important;
}