Skip to content

Commit 2bfc228

Browse files
authored
Merge pull request #5 from michaelcardoza/main
feat: new design
2 parents cb6026e + 45280af commit 2bfc228

15 files changed

+1163
-42
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ node_modules/
1717
test-results/
1818
end2end/playwright-report/
1919
playwright/.cache/
20-
pnpm-lock.yaml
20+
pnpm-lock.yaml
21+
.idea/

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
<link data-trunk rel="copy-file" type="image/jpg" href="/public/aprender-rust.jpg" />
1515
<link data-trunk rel="copy-file" type="image/webp" href="/public/Whizzles.webp" />
1616
<link data-trunk rel="copy-file" type="image/webp" href="/public/RustBCN.webp" />
17+
<link data-trunk rel="copy-file" type="image/jpg" href="/public/background.jpg" />
1718
<link data-trunk rel="css" href="/style/output.css" />
1819
<title>Rust Lang en Español</title>
1920
</head>
2021

21-
<body class="dark:bg-slate-700 dark:text-white"></body>
22+
<body class="dark:bg-orange-200"></body>
2223

2324
</html>

0 commit comments

Comments
 (0)