This commit is contained in:
kdx 2023-12-18 22:27:02 +01:00
parent 778d10d22f
commit 7479088254
2 changed files with 9 additions and 7 deletions

View File

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

View File

@ -6,7 +6,7 @@
#app ul #app ul
{ {
font-size: 0.75em; font-size: 24em;
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,7 +37,7 @@
} }
#app #members { #app #members {
font-size: 1em; font-size: 32px;
} }
#app #add_chat_off { #app #add_chat_off {
@ -49,14 +49,14 @@
overflow: scroll; overflow: scroll;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
font-size: 0.6em; 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.75em; font-size: 18px;
border: none; border: none;
outline: none; outline: none;
border-bottom: 0.15em solid green; border-bottom: 0.15em solid green;
@ -72,7 +72,7 @@
border-bottom: 0.2em solid green; border-bottom: 0.2em solid green;
caret-color: green; caret-color: green;
color: green; color: green;
font-size: 0.65em; font-size: 16px;
} }
#app #you { #app #you {