mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
remove unused style tag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user