-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (38 loc) · 718 Bytes
/
style.css
File metadata and controls
42 lines (38 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Birthstone&family=Bonheur+Royale&family=Dongle:wght@700&family=Roboto:wght@100&family=Shizuru&display=swap');
body {
background-color: firebrick;
}
h1 {
font-family: Shizuru;
color: cornsilk;
}
.container {
max-width: 600px;
}
.update-mssg, .choose {
color: azure;
text-align: center;
margin: 5px 0;
}
.btn {
background-color: crimson;
color: white;
outline: none!;
cursor: pointer;
}
.btn:focus {
outline:none!;
color: darkred!;
cursor: pointer;
}
.username {
font-weight: bold;
}
.time {
font-weight: 0.7em;
color: grey;
}
.chat-list {
height: 40vh;
overflow: auto;
}