File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- < div class ="p-10 bg-base-200 ">
1
+ < div class ="p-10 ">
2
2
< div class ="mx-auto max-w-6xl w-full text-center text-sm ">
3
3
< p >
4
4
Copyright © 2024. Made with ❤️ by
Original file line number Diff line number Diff line change 1
- < header class ="navbar p-10 sticky top-0 z-10 bg-base-100 ">
1
+ < header class ="navbar p-10 sticky top-0 z-10 bg-base-300 ">
2
2
< div class ="max-w-6xl mx-auto justify-between w-full items-center ">
3
3
< div class ="flex-1 ">
4
4
< a class ="btn btn-ghost text-3xl font-extrabold " href ="/ "> Notify</ a >
Original file line number Diff line number Diff line change 3
3
<!-- head -->
4
4
< %- include('../components/head.html') %>
5
5
6
- < body class ="flex min-h-screen flex-col overflow-auto max-w-full ">
6
+ < body class ="flex min-h-screen flex-col overflow-auto max-w-full bg-base-200 ">
7
7
<!-- header -->
8
8
< %- include('../components/header.html') %>
9
9
10
- < main class ="flex-1 relative h-full bg-base-200 ">
10
+ < main class ="flex-1 relative h-full ">
11
11
12
12
< div class ="p-10 ">
13
13
< div class ="mx-auto max-w-6xl w-full ">
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h2 class="font-medium text-2xl">Apps</h2>
9
9
< div class ="grid grid-cols-3 gap-5 mt-5 ">
10
10
< % if (apps.length) { %>
11
11
< % apps.forEach(app => { %>
12
- < div class ="card bg-base-100 card-bordered ">
12
+ < div class ="card bg-base-100 card-bordered shadow-xl ">
13
13
< div class ="card-body ">
14
14
< a class ="link " href ="/apps/<%= app.id %> "> < h4 > < %= app.name %> </ h4 > </ a >
15
15
</ div >
Original file line number Diff line number Diff line change 1
- < div class ="flex flex-col justify-center items-center min-h-screen ">
1
+ < div class ="flex flex-col justify-center items-center min-h-screen ">
2
2
3
- < div class ="card bg-base-100 shadow-xl gap-10 min-w-[400px] card-bordered ">
3
+ < div class ="card bg-base-100 shadow-xl gap-10 min-w-[400px] ">
4
4
< div class ="card-body gap-6 ">
5
5
6
6
< div class ="flex flex-col gap-1 ">
You can’t perform that action at this time.
0 commit comments