broadfield-dev commited on
Commit
66f8327
·
verified ·
1 Parent(s): caca101

Update html_template.html

Browse files
Files changed (1) hide show
  1. html_template.html +4 -4
html_template.html CHANGED
@@ -18,7 +18,7 @@
18
  body.dark-mode .input-section,
19
  body.dark-mode .markdown-section,
20
  body.dark-mode .preview-section {
21
- background: #2F4054;
22
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
23
  }
24
  body.dark-mode input[type="text"],
@@ -136,9 +136,9 @@
136
  transition: background 0.3s, box-shadow 0.3s;
137
  }
138
  input[type="text"], input[type="file"] {
139
- width: 100%;
140
  padding: 10px;
141
- margin: 10px 0;
142
  border-radius: 5px;
143
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
144
  transition: border-color 0.3s;
@@ -178,7 +178,7 @@
178
  min-width: 300px;
179
  }
180
  textarea {
181
- width: 100%;
182
  height: 400px;
183
  margin-top: 10px;
184
  padding: 10px;
 
18
  body.dark-mode .input-section,
19
  body.dark-mode .markdown-section,
20
  body.dark-mode .preview-section {
21
+ background: #021021;
22
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
23
  }
24
  body.dark-mode input[type="text"],
 
136
  transition: background 0.3s, box-shadow 0.3s;
137
  }
138
  input[type="text"], input[type="file"] {
139
+ width: 95%;
140
  padding: 10px;
141
+ margin: 10px;
142
  border-radius: 5px;
143
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
144
  transition: border-color 0.3s;
 
178
  min-width: 300px;
179
  }
180
  textarea {
181
+ width: 95%;
182
  height: 400px;
183
  margin-top: 10px;
184
  padding: 10px;