Skip to content

Commit 8acfa29

Browse files
committed
Update
1 parent 4ded7ec commit 8acfa29

File tree

2 files changed

+137
-73
lines changed

2 files changed

+137
-73
lines changed

css/print.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
nav a {
2+
color: black !important;
3+
text-decoration: none;
4+
}
5+
6+
nav a:active {
7+
color: black !important;
8+
}
9+
10+
nav a:visited {
11+
color: black !important;
12+
}
13+
14+
a {
15+
font-weight: bold;
16+
text-decoration: none;
17+
color: black !important;
18+
}
19+
20+
header h1 {
21+
font-size: 75px;
22+
}
23+
24+
h2 {
25+
margin-top: 30px;
26+
font-size: 30px;
27+
}
28+
29+
article h2 a {
30+
display: none;
31+
}
32+
33+
h3 {
34+
font-size: 18px;
35+
}
36+

0 commit comments

Comments
 (0)