We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c966457 commit dde9cadCopy full SHA for dde9cad
css/main.css
@@ -1,35 +1,34 @@
1
body {
2
- color: #f5f5f5;
+ color: #F5F5F5;
3
}
4
5
a:hover, a:active {
6
- color: #87CEEB;
7
-
+ color: #87CEEB;
8
9
10
a:link, a:visited {
11
color: #3B6AA0;
12
13
14
a.hero-link:link, a.hero-link:visited {
15
- color: #AFEEEE}
+ color: #AFEEEE
+}
16
17
a.hero-link:hover, a.hero-link:active {
18
19
20
21
22
p {
23
text-align: center;
24
25
26
.title {
27
28
29
30
.fa-links {
31
font-size: 300%;
32
33
34
35
.contacts {
@@ -56,4 +55,4 @@ p {
56
55
display: block;
57
margin-left: auto;
58
margin-right: auto;
59
- }
0 commit comments