-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (37 loc) · 695 Bytes
/
Copy pathstyle.css
File metadata and controls
41 lines (37 loc) · 695 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
body,html{
background-color: #28282b;
color: white !important;
font-size: 18px;
font-family: "inconsolataregular" !important;
}
.container-fluid{
background-color: #28282b;
align-items: center;
justify-content: center;
display: flex;
}
.card{
height: auto;
width: 50%;
margin: 20px;
border-radius: 20px;
}
.textarea{
width: 80%;
background: #28282b;
color: white;
border-radius: 15px;
margin: 10px;
padding: 12px;
line-height: normal;
}
textarea:focus{
outline: none;
}
.btn{
background: #282828 !important;
color:#ffffff !important;
border-radius: 10px;
float: right;
margin-right: 125px;
}