Showing 3 changed files with 23 additions and 1 deletions
+11
css/style-day.css
... ...
@@ -14,3 +14,14 @@ html {
14 14
   color: #fff;
15 15
   background-color: #0099cc;
16 16
 }
17
+#html-btn,
18
+#pdf-btn {
19
+  border: 2px;
20
+  color: white;
21
+  background-color: #fff;
22
+  padding: 13px 13px;
23
+  text-align: center;
24
+  text-decoration: none;
25
+  display: inline-block;
26
+  font-size: 24px;
27
+}
+11
css/style-night.css
... ...
@@ -14,3 +14,14 @@ html {
14 14
   color: #fff;
15 15
   background-color: #666;
16 16
 }
17
+#html-btn,
18
+#pdf-btn {
19
+  border: 2px;
20
+  color: #333;
21
+  background-color: #000;
22
+  padding: 13px 13px;
23
+  text-align: center;
24
+  text-decoration: none;
25
+  display: inline-block;
26
+  font-size: 24px;
27
+}
+1 -1
css/style.css
... ...
@@ -83,7 +83,7 @@ iframe {
83 83
 #style-btn,
84 84
 #menu-btn {
85 85
   border: 2px;
86
-  color: white;
86
+  /*color: white;*/
87 87
   padding: 13px 13px;
88 88
   text-align: center;
89 89
   text-decoration: none;