Fixing some warnings. Trying to figure out how to automate site deployment.
This commit is contained in:
parent
046c2b4de6
commit
7d62309c86
5 changed files with 6 additions and 8 deletions
|
|
@ -8,14 +8,14 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
main {
|
||||
/*main {
|
||||
position: relative;
|
||||
max-width: 56em;
|
||||
background-color: white;
|
||||
padding: 2em;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Dark theme */
|
||||
:global(html[data-theme='dark']) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue