+
+ a[href^="telnet"] {
+ color: #55FF55;
+ }
+
+ span {
+ color: #FFEC27;
+ }
+
+ header a, li article, h1, h2, p {
+ background-color: black;
+ }
+}
+
+/*
+ * Mini header
+ */
+@media (max-width: 600px) {
+ header {
+ font-size: 4.8em;
+ }
+}
+
+/*
+ * Breadsticks
+ */
+canvas.background {
+ width: 100%;
+ height: 100%;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: -1;