diff --git a/src/style/main.css b/src/style/main.css index 3f559adc..1f2d72a6 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -62,6 +62,31 @@ div.modalTerminal p { text-align: center; } +.visuallyHidden { + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; +} + +.noStyle { + padding: 0; + border: none; + background: transparent; + color: inherit; + font: inherit; + letter-spacing: inherit; + word-spacing: inherit; + line-height: inherit; + text-transform: inherit; + text-indent: inherit; + text-shadow: inherit; + appearance: none; +} + /* Box Model */ html, body, @@ -1295,4 +1320,4 @@ div.gitDemonstrationView { bottom: 0px; left: 21px; opacity: 0.4; -} \ No newline at end of file +} diff --git a/src/template.index.html b/src/template.index.html index 0a594910..51aa534d 100644 --- a/src/template.index.html +++ b/src/template.index.html @@ -304,7 +304,7 @@