diff --git a/atoms/index.css b/atoms/index.css index e69de29..d21c1ad 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -0,0 +1,20 @@ +@import url(https://fonts.googleapis.com/css?family=Oswald); + +html { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} + +body { + overflow-x: hidden; + font-family: Oswald; + font-size: 100%; + + -webkit-transition: background-image ease-in 0.5s; + -moz-transition: background-image ease-in 0.5s; + -ms-transition: background-image ease-in 0.5s; + transition: background-image ease-in 0.5s; +} + diff --git a/atoms/index.html b/atoms/index.html index c969e26..ec6d0d5 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -11,6 +11,7 @@
+