imaginar / style.css
nomastudioai's picture
Update style.css
4bdaecf verified
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;
}