We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638d35b commit 8aaf565Copy full SHA for 8aaf565
assets/styles.css
@@ -5,7 +5,7 @@ body {
5
padding: 0;
6
line-height: 1.6;
7
color: #001729; /* Light blue text */
8
- background: linear-gradient(to bottom, #b8deff, #519de4, #136cc0);
+ background: linear-gradient(to bottom, #b8deff, #519de4, #004b91);
9
}
10
11
/* Header */
@@ -96,16 +96,16 @@ footer {
96
color: #eef6fc;
97
98
99
-.contact p a img {
+section#contact p a img {
100
width: 25px;
101
height: 25px;
102
margin-right: 8px;
103
104
105
-.contact p a {
+section#contact p a {
106
color: #d8cf4e;
107
108
-.contact p a:visited {
+section#contact p a:visited {
109
color: #dfa843;
110
111
0 commit comments