Fixed default layout
This commit is contained in:
parent
c5b341ab52
commit
17f09eea76
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ const { title } = Astro.props
|
|||
|
||||
const websiteName = 'Template'
|
||||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import Background from '../builtin-components/Background/Background'
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
|
@ -16,6 +18,7 @@ const websiteDescription = 'This is just a template.'
|
|||
</head>
|
||||
|
||||
<body id="body">
|
||||
<Background color="#0c1b31" />
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -26,6 +29,5 @@ const websiteDescription = 'This is just a template.'
|
|||
|
||||
#body
|
||||
font-family: fonts.$Inter
|
||||
background-color: vars.$background
|
||||
color: vars.$textColor
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue