qikp commited on
Commit
7174e91
·
verified ·
1 Parent(s): d8a5652

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -3
style.css CHANGED
@@ -3,14 +3,17 @@ body {
3
  text-align: center;
4
  }
5
 
6
- #output {
7
- overflow: auto;
8
- resize: both;
9
  border-style: solid;
10
  border-color: black;
11
  border-radius: 4px;
12
  }
13
 
 
 
 
 
 
14
  @media (prefers-color-scheme: dark) {
15
  body {
16
  color: white;
 
3
  text-align: center;
4
  }
5
 
6
+ #output. textarea {
 
 
7
  border-style: solid;
8
  border-color: black;
9
  border-radius: 4px;
10
  }
11
 
12
+ #output {
13
+ overflow: auto;
14
+ resize: both;
15
+ }
16
+
17
  @media (prefers-color-scheme: dark) {
18
  body {
19
  color: white;