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