diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index b76a0f6..6bcbea0 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -1,7 +1,9 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap'); + body { margin: 20px; - font-family: 'Quicksand', sans-serif; - font-size: 60px; + font-family: 'Roboto Slab', serif; + font-size: 12px; } a { diff --git a/frontend/static/css/search.css b/frontend/static/css/search.css index 3e88b85..d6e7f89 100644 --- a/frontend/static/css/search.css +++ b/frontend/static/css/search.css @@ -6,7 +6,7 @@ #app ul { - font-size: 0.75em; + font-size: 24em; margin: 0.25em 0 0 0; padding: 0 0 0 0; list-style-type: none; @@ -37,7 +37,7 @@ } #app #members { - font-size: 1em; + font-size: 32px; } #app #add_chat_off { @@ -49,14 +49,14 @@ overflow: scroll; overflow-y: scroll; overflow-x: hidden; - font-size: 0.6em; + font-size: 18px; } #app #input_user{ color: green; width: 8.5em; height: 1.1em; - font-size: 0.75em; + font-size: 18px; border: none; outline: none; border-bottom: 0.15em solid green; @@ -72,7 +72,7 @@ border-bottom: 0.2em solid green; caret-color: green; color: green; - font-size: 0.65em; + font-size: 16px; } #app #you {