Skip to content

Commit c40b9e1

Browse files
committed
Fixed design
1 parent 8700ea8 commit c40b9e1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

deploy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Change to the project directory
2-
cd /home/forge/domain.com
3-
41
# Turn on maintenance mode
52
php artisan down || true
63

public/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14015,6 +14015,10 @@ video {
1401514015
--tw-bg-opacity: 1;
1401614016
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
1401714017
}
14018+
.dark\:bg-gray-900{
14019+
--tw-bg-opacity: 1;
14020+
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
14021+
}
1401814022
.dark\:text-gray-400{
1401914023
--tw-text-opacity: 1;
1402014024
color: rgb(156 163 175 / var(--tw-text-opacity));

resources/views/external/layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@yield('css')
2828
</head>
29-
<body class="">
29+
<body class="dark:bg-gray-900">
3030
<div id="app" class="app container mx-auto">
3131
<div class="flex flex-row flex-wrap py-4">
3232
<main role="main" class="w-full sm:w-2/3 md:w-3/4 pt-1 px-2">

0 commit comments

Comments
 (0)