|
|
@@ -339,14 +339,14 @@ input {
|
|
|
#go_toc {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-left: 2px solid white;
|
|
|
+ border-left: 2px solid gainsboro;
|
|
|
width: 25px;
|
|
|
}
|
|
|
|
|
|
#go_top {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-right: 2px solid white;
|
|
|
+ border-right: 2px solid gainsboro;
|
|
|
width: 25px;
|
|
|
}
|
|
|
|
|
|
@@ -362,7 +362,11 @@ input {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
- border: 2px solid white;
|
|
|
- background: gainsboro;
|
|
|
+ border: 2px solid gainsboro;
|
|
|
+ background: skyblue;
|
|
|
text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#nav_bar a {
|
|
|
+ color: black;
|
|
|
}
|