diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index 6bcbea0..a3a39b6 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -1,9 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap'); body { - margin: 20px; - font-family: 'Roboto Slab', serif; - font-size: 12px; + margin: 0.5em; + font-family: 'Quicksand', sans-serif; + font-size: 30px; } a { diff --git a/frontend/static/css/search.css b/frontend/static/css/search.css index e678cf1..ba0dc98 100644 --- a/frontend/static/css/search.css +++ b/frontend/static/css/search.css @@ -6,7 +6,7 @@ #app ul { - font-size: 24px; + font-size: 0.75em; margin: 0.25em 0 0 0; padding: 0 0 0 0; list-style-type: none; @@ -37,26 +37,31 @@ } #app #members { - font-size: 32px; + font-size: 1em; } #app #add_chat_off { text-decoration: underline; + cursor: pointer; +} + +#app #add_chat_on { + cursor: pointer; } #app #messages { - max-height: 50em; + max-height: 40em; overflow: scroll; overflow-y: scroll; overflow-x: hidden; - font-size: 18px; + font-size: 0.75em; } #app #input_user{ color: green; width: 8.5em; height: 1.1em; - font-size: 18px; + font-size: 0.65em; border: none; outline: none; border-bottom: 0.15em solid green;