From 8ca188b39f3e7b532bd5dc87adcd6b2e39453743 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 31 Aug 2020 01:07:29 +0530 Subject: Added POS --- app/css/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'app/css') 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; } -- cgit v1.2.3