remove unused style tag

This commit is contained in:
Thomas Ruoff
2020-08-11 22:58:45 +02:00
parent 2c099a8bc4
commit b065439f0b

View File

@@ -1,3 +1,5 @@
import React from 'react'
import Head from 'next/head'
import Wizard from '../components/wizard'
@@ -22,8 +24,6 @@ export default function Home() {
<a>Freundeskreis des VCP Rosenfeld</a>
</footer>
<style jsx>{``}</style>
<style jsx global>{`
html,
body {
@@ -37,6 +37,7 @@ export default function Home() {
* {
box-sizing: border-box;
}
.Selectable
.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
background-color: #f0f8ff !important;