style: fix styling
This commit is contained in:
parent
3d77fa1751
commit
5732e18d48
4 changed files with 30 additions and 30 deletions
|
@ -3,7 +3,7 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: build_deploy
|
||||
- name: build_deploy
|
||||
privileged: true
|
||||
image: node:latest
|
||||
volumes:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en" >
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const prerender = true
|
||||
export const prerender = true;
|
||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
|||
|
||||
theme: {
|
||||
extend: {},
|
||||
colors:{
|
||||
colors: {
|
||||
foundation: '#282828',
|
||||
primary: '#282828',
|
||||
secondary: '#000000',
|
||||
|
|
Loading…
Add table
Reference in a new issue