Spaces:
Running
on
Zero
Running
on
Zero
Martín Santillán Cooper
commited on
Commit
•
4a80bf9
1
Parent(s):
f28bf9f
remove hardcode font color
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -75,8 +75,8 @@
|
|
75 |
box-shadow: none; */
|
76 |
resize: none;
|
77 |
border: none;
|
78 |
-
-webkit-text-fill-color: rgba(82, 82, 82, 1) !important;
|
79 |
-
color: rgba(82, 82, 82, 1) !important;
|
80 |
|
81 |
/* background-color: var(--background-fill-secondary); */
|
82 |
}
|
|
|
75 |
box-shadow: none; */
|
76 |
resize: none;
|
77 |
border: none;
|
78 |
+
/* -webkit-text-fill-color: rgba(82, 82, 82, 1) !important; */
|
79 |
+
/* color: rgba(82, 82, 82, 1) !important; */
|
80 |
|
81 |
/* background-color: var(--background-fill-secondary); */
|
82 |
}
|