diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 01:07:29 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 01:07:29 +0530 |
| commit | 8ca188b39f3e7b532bd5dc87adcd6b2e39453743 (patch) | |
| tree | f76a60a4e639c83cab7a77af408b58c141a71405 /app/css | |
| parent | de938483ac3299685e798139a622a07d34778022 (diff) | |
| download | dictionary-8ca188b39f3e7b532bd5dc87adcd6b2e39453743.tar.xz dictionary-8ca188b39f3e7b532bd5dc87adcd6b2e39453743.zip | |
Added POS
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/css/style.css b/app/css/style.css index 8070c1c..73abc7b 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -2,6 +2,7 @@ body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + color: #ffffff; } .dict_ui { @@ -46,5 +47,16 @@ body { height: 50%; overflow-y: scroll; width: 80%; - margin: 50px auto 0px auto; + margin: 0px auto 0px auto; +} + +.wordType { + color: #e2e2e2; + font-size: 1.5rem; + margin-bottom: 0px; +} + +.definition { + margin-top: 5px; + font-size: 2rem; } |
