Slightly changed button color and changed body height to be min-100vh

This commit is contained in:
Jason Streifling 2024-04-03 04:50:25 +02:00
parent c74bdeba72
commit 803c5bbdbd
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ textarea {
} }
.btn { .btn {
@apply bg-slate-50 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100; @apply bg-slate-200 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100;
} }
.action-btn { .action-btn {

View File

@ -8,7 +8,7 @@
<link href="/web/static/css/style.css" rel="stylesheet"> <link href="/web/static/css/style.css" rel="stylesheet">
</head> </head>
<body class="flex flex-col justify-between min-h-[100dvh] bg-slate-50"> <body class="flex flex-col justify-between min-h-screen bg-slate-50">
<header class="my-8"> <header class="my-8">
<h1 class="font-bold text-4xl text-center">Orient Editor</h1> <h1 class="font-bold text-4xl text-center">Orient Editor</h1>
</header> </header>