File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <header class =" fixed top-0 left-0 right-0 bg-white shadow-lg z-100" >
2
+ <header class =" fixed top-0 left-0 right-0 shadow-lg bg-gray-50 z-100" >
3
3
<div class =" container flex items-center h-full py-4 m-auto" >
4
4
<div v-if =" showBackButton" class =" mr-4" >
5
5
<NuxtLink to =" /" >
Original file line number Diff line number Diff line change 12
12
<div class =" flex flex-wrap w-full h-full gap-4" >
13
13
<textarea
14
14
id =" lhs"
15
- class =" flex-1 h-full max-h-full rounded-md resize-none form-textarea"
15
+ class =" flex-1 h-full max-h-full bg-transparent rounded-md resize-none form-textarea"
16
16
></textarea >
17
17
<textarea
18
18
id =" rhs"
19
- class =" flex-1 h-full max-h-full rounded-md resize-none form-textarea"
19
+ class =" flex-1 h-full max-h-full bg-transparent rounded-md resize-none form-textarea"
20
20
></textarea >
21
21
<div class =" self-end w-full text-center" >
22
22
<button
Original file line number Diff line number Diff line change 6
6
.page-root ,
7
7
main {
8
8
@apply h-full ;
9
+ @apply bg-gray- 50;
9
10
}
10
11
11
12
body {
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
mode : 'jit' ,
3
+ darkMode : 'class' ,
3
4
theme : {
4
5
maxHeight : {
5
6
'screen--nav' : 'calc(100vh - 7rem)' ,
You can’t perform that action at this time.
0 commit comments