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 4ded7ec commit 8acfa29Copy full SHA for 8acfa29
css/print.css
@@ -0,0 +1,36 @@
1
+nav a {
2
+ color: black !important;
3
+ text-decoration: none;
4
+}
5
+
6
+nav a:active {
7
8
9
10
+nav a:visited {
11
12
13
14
+a {
15
+ font-weight: bold;
16
17
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