nonce
This commit is contained in:
parent
ae4a0a95a0
commit
3162d924e2
File diff suppressed because one or more lines are too long
@ -25,9 +25,10 @@
|
||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
nonce="**MY_PRETTY_CSP_NONCE**"
|
||||
/>
|
||||
</noscript>
|
||||
<style>
|
||||
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
||||
html, body {height: 100vh;overflow: hidden;}
|
||||
body {background: #FCFFFB;padding:0;margin:0;font-family: 'Onest', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;}
|
||||
#scroller {scroll-snap-type: y mandatory;overflow-y: scroll;overflow-x:hidden;height: 100vh;scroll-behavior: smooth;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user