Skip to content

Commit

Permalink
update for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiq-bd authored Nov 10, 2024
1 parent b1bf3dc commit b364c13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions resources/views/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,24 @@
<title>{{ config('app.name') }}</title>

<style>
* {
background: #000;
color: #fff;
}
html, body {
margin: 0;
padding: 0;
}
.container {
text-align: center;
margin: 10px;
padding: 15px;
border: 1px solid #666;
overflow-x: auto;
}
button {
border: 1px solid #000;
}
.bigBtn {
font-size: 15px;
padding: 10px;
}
input, textarea {
border: 1px solid #eef;
padding: 8px;
Expand Down
3 changes: 1 addition & 2 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
<title>{{ config('app.name') }}</title>

<style>
html, body {
margin: 0;
padding: 0;
}
.container {
text-align: center;
margin: 10px;
Expand Down Expand Up @@ -56,6 +54,7 @@
text-align: center;
max-height: 40px;
padding: 8px;
background: #fff;
}
@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit b364c13

Please sign in to comment.