summaryrefslogtreecommitdiff
path: root/site/public/css/colors.css
blob: 0cf48d29afdcfd203269ebd27b530e7c5e0441aa (plain)
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
.bg-primary, .bg-dark {
	background-color: #1289A7 !important;
	background-color: #0652DD !important;
	background-color: #142639 !important;
}
a, .page-link {
	color: #142639;
	color: #406485; 
	color: #142639;
	color: #12CBC4;
	color: #0fb9b1;
	color: #1289A7 ;
}
a:hover, .page-link:hover {
	color: #0fb9b1;
	color: #12CBC4;
}
a.u:hover, .page-link:hover {
	text-decoration-style: dotted;
}
.navbar-light {
	color: #424242 !important;
}

.btn-secondary {
	background-color: #406485 !important;
	background-color: #778ca3 !important;
	background-color: #d1d8e0 !important;
	color: #142639 !important;
}
.btn-outline-success {
	color: #1289A7 !important;
	border: 1px solid #1289A7 !important;
}

.text-primary {
	color: #142639 !important;
}

.btn-primary {
	color: #142639 !important;
	background-color: #1289A7 !important;
	border: 1px solid #142639 !important;
}
.btn-secondary:hover {
	background-color: #d1d8e0 !important;
	color: #142639 !important;
	border: 1px solid #142639 !important;
}