GLaDOS-chat / app.css
denisbay's picture
Create app.css
efb69fc verified
raw
history blame contribute delete
820 Bytes
body {
margin: 0;
padding: 0;
background: url("https://huggingface.co/spaces/denisbay/GLaDOS-chat/resolve/main/wallpaperflare.com_wallpaper.jpg") no-repeat center center fixed;
background-size: cover;
font-family: "Segoe UI", "Arial", sans-serif;
}
.gradio-container {
background-color: rgba(0, 0, 0, 0.75);
padding: 40px;
border-radius: 16px;
max-width: 900px;
margin: 60px auto;
color: white;
box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);
}
h1, h2, h3, label {
color: #eeeeee !important;
}
button {
background-color: #222 !important;
color: #eee !important;
border: 1px solid #555 !important;
border-radius: 8px !important;
}
input, textarea {
background-color: #111 !important;
color: #ddd !important;
border: 1px solid #333 !important;
border-radius: 6px !important;
}