8000 color correction · fixmycode/fixmycode.github.io@62aa080 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62aa080

Browse files
committed
color correction
1 parent 8402f5a commit 62aa080

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/personal.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
}
88

99
h1 {
10-
font-size: 140%;
10+
font-size: 170%;
1111
color: #244E99;
1212
text-transform: capitalize;
1313
}
@@ -37,6 +37,10 @@ a {
3737
text-decoration: none;
3838
}
3939

40+
a > h2, h2 > a {
41+
color: #244E99;
42+
}
43+
4044
a:hover {
4145
color: #FFF;
4246
}

0 commit comments

Comments
 (0)
0