converted content div to css class
This commit is contained in:
parent
d266b7143c
commit
982482e762
|
|
@ -7,7 +7,6 @@
|
|||
%sveltekit.head%
|
||||
|
||||
<link rel="stylesheet" href="%sveltekit.assets%/global.css" />
|
||||
<style nonce="%sveltekit.nonce%"> .sveltekit-body { display: contents; } </style>
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div class=".sveltekit-body">%sveltekit.body%</div>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,4 @@ body {
|
|||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
/*body * {
|
||||
color: white;
|
||||
} */
|
||||
.sveltekit-body { display: contents; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue