diff --git a/src/App.vue b/src/App.vue index f8dff16..895c30e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -92,6 +92,12 @@ export default { position: relative; overflow: hidden; + body { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + } + #app { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;