added tricks about the sound
[www.git] / www / style.css
index b415836..fa34a11 100644 (file)
@@ -23,6 +23,7 @@ nav {
 
 footer {
         margin: 0;
+        margin-top: 1em;
         padding: 1em;
         display: block;
         background-color: #1c1c1c;
@@ -34,10 +35,25 @@ footer a, footer a:visited {
         text-decoration: none;
 }
 
-footer a, footer a:visited, footer a:hover {
+footer a:hover {
+        text-decoration: underline;
+}
+
+footer a, footer a:visited, footer a:hover, footer i {
         color: white;
 }
 
+footer li {
+        list-style: none;
+        margin: 0;
+        padding: 0;
+}
+
+footer ul {
+        margin: 0;
+        padding: 0;
+}
+
 h1 {
         font-size: 250%;
         font-weight: bold;
@@ -134,3 +150,11 @@ code {
 img {
        max-width: 100%;
 }
+
+#toc {
+    margin: 0em 2rem 0em 2rem;
+    padding: 1em;
+    background-color: white;
+    border-bottom-left-radius: 4px;
+    border-bottom-right-radius: 4px;
+}