uniformed classes in the document and modified stylesheet to match them
[theme-danix.xyz.git] / assets / sass / main.scss
index 84d9fce..6f5989e 100644 (file)
@@ -1,9 +1,19 @@
 body {
        background-color: #dadada;;
-       header#masthead {
-               background-color: #656565;
-       }
+       header#masthead,
        footer#colophon {
                background-color: #656565;
        }
+}
+.screen-reader-text,
+.hidden {
+       border:0;
+       clip:rect(1px, 1px, 1px, 1px);
+       clip-path:inset(100%);
+       height:1px;
+       overflow:hidden;
+       padding:0;
+       position:absolute;
+       white-space:nowrap;
+       width:1px
 }
\ No newline at end of file