Compare commits

..

No commits in common. "fb0f9be103966193edf5fd24c1c5a662f5e769d0" and "b139652fc5f7dd0963e555ed9790f2ac30b040df" have entirely different histories.

2 changed files with 9 additions and 13 deletions

View File

@ -1,8 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
body { body {
margin: 0.5em; margin: 20px;
font-family: 'Quicksand', sans-serif; font-family: 'Roboto Slab', serif;
font-size: 30px; font-size: 12px;
} }
a { a {

View File

@ -6,7 +6,7 @@
#app ul #app ul
{ {
font-size: 0.75em; font-size: 24px;
margin: 0.25em 0 0 0; margin: 0.25em 0 0 0;
padding: 0 0 0 0; padding: 0 0 0 0;
list-style-type: none; list-style-type: none;
@ -37,31 +37,26 @@
} }
#app #members { #app #members {
font-size: 1em; font-size: 32px;
} }
#app #add_chat_off { #app #add_chat_off {
text-decoration: underline; text-decoration: underline;
cursor: pointer;
}
#app #add_chat_on {
cursor: pointer;
} }
#app #messages { #app #messages {
max-height: 40em; max-height: 50em;
overflow: scroll; overflow: scroll;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
font-size: 0.75em; font-size: 18px;
} }
#app #input_user{ #app #input_user{
color: green; color: green;
width: 8.5em; width: 8.5em;
height: 1.1em; height: 1.1em;
font-size: 0.65em; font-size: 18px;
border: none; border: none;
outline: none; outline: none;
border-bottom: 0.15em solid green; border-bottom: 0.15em solid green;