-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
56 lines (54 loc) · 949 Bytes
/
custom.css
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*
-----------------------
MAIN APP
-----------------------
*/
body {
margin: 0;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
background: rgb(250, 209, 155);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(38,39,48,0);
}
/*
----------------------
TITLE
----------------------
*/
h1{
color: #000;
text-align: center;
}
h3{
color: #000;
}
p{
color: #000;
}
/*
----------------------
BUTTONS
----------------------
*/
.stButton > button {
background-color: #ffca47;
color: #000;
border-style:none;
z-index: 4;
margin-left: 45%;
}
.stButton > button:hover {
background-color: #333333;
color: #fff;
}
.stTextInput
{
color: #000000;
}
.stTextInput > div > div > input {
color: #000000;
}