diff options
| author | Ryan Mehri <[email protected]> | 2020-05-22 09:31:56 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-22 09:31:56 -0600 |
| commit | c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd (patch) | |
| tree | be7dfd0ac2abaa0c37e484f9e10485ecb092203a /frontend/src/css | |
| parent | Merge pull request #28 from jackyzha0/save-png (diff) | |
| parent | fix weird dropshadow on png expoert (diff) | |
| download | ctrl-v-c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd.tar.xz ctrl-v-c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd.zip | |
Merge pull request #29 from jackyzha0/order-langs
order langs and fix export bug
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 488ee08..c1b1813 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -31,7 +31,6 @@ textarea, input[type=text], input[type=password], .Dropdown-root { padding: calc(0.8em - 1px) !important; border-radius: 3px; border: 1px solid #565656; - background: #faf9f5; outline: none; margin: 1.7em 0; } |