summaryrefslogtreecommitdiff
path: root/site/public/css/colors.css
blob: be2d7385c64df11b01fb14cac332075287459622 (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
.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;
}