Spaces:
Runtime error
Runtime error
File size: 844 Bytes
bcf1ccf 546ac23 bcf1ccf 3f3d64e bcf1ccf 3f3d64e bcf1ccf 3f3d64e 546ac23 3f3d64e bcf1ccf cb9ed07 bcf1ccf 3f3d64e bcf1ccf 3f3d64e 546ac23 3f3d64e bcf1ccf 3f3d64e cb9ed07 4bdaecf cb9ed07 bcf1ccf | 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 |
body {
background-color: #EEEEEE;
font-family: 'Inter', sans-serif;
color: #292929;
}
.gr-button {
background-color: #8C11E4;
color: purple;
border-radius: 10px;
font-weight: 600;
padding: 10px 16px;
}
.gr-button:hover {
background-color: #33F5FF;
color: black;
}
.generate-btn {
background-color: #73EE1B !important;
color: #292929 !important;
font-size: 16px;
font-weight: bold;
height: 52px;
margin-top: 26px;
}
.gr-textbox textarea {
border: 2px solid #33F5FF;
border-radius: 6px;
background-color: #ffffff;
}
.gr-slider, .gr-dropdown {
background-color: #EEEEEE;
border: 1px solid #292929;
border-radius: 6px;
padding: 8px;
}
.gr-image img {
max-width: 10%;
height: auto;
}
h1, h2, h3, h4, label {
color: #8C11E4 !important;
}
|