Spaces:
Sleeping
Sleeping
File size: 1,441 Bytes
ea3418f |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
/* Main container */
body {
background-color: #181d27;
color: #ffbf00;
}
/* Sidebar */
.css-1d391kg {
background-color: #4f535a;
}
.css-1lcbmhc, .css-1d2azem {
color: #ffbf00;
}
.css-1v8qudd {
background-color: #2c374d;
color: #ffbf00;
}
/* Header */
.css-1siy2j7 {
color: #ffbf00;
}
/* Radio buttons and text input */
.css-1ex6qaa {
background-color: #2c374d;
color: #ffbf00;
}
.css-1ex6qaa input[type="radio"] {
background-color: #2c374d;
color: #ffbf00;
}
.css-1ex6qaa input[type="text"] {
background-color: #2c374d;
color: #ffbf00;
}
.css-1ex6qaa textarea {
background-color: #2c374d;
color: #ffbf00;
}
/* Buttons */
.css-1df45cr, .css-1f1iwnp, .css-1ktajzc {
background-color: #152544;
color: #ffbf00;
}
.css-1df45cr:hover, .css-1f1iwnp:hover, .css-1ktajzc:hover {
background-color: #152544;
color: #ffffff;
}
/* Download button */
.css-10trblm {
background-color: #152544;
color: #ffbf00;
}
.css-10trblm:hover {
background-color: #152544;
color: #ffffff;
}
/* Image */
.css-11v1u3b img {
border: 2px solid #ffbf00;
}
/* Text */
.css-qrbaxs p {
color: #ffbf00;
}
/* Error messages */
.css-19hj99j {
background-color: #2c374d;
color: #ffbf00;
}
/* Markdown */
.css-1uix8eu h1, .css-1uix8eu h2, .css-1uix8eu h3, .css-1uix8eu h4, .css-1uix8eu h5, .css-1uix8eu h6, .css-1uix8eu p {
color: #ffbf00;
}
/* Links */
a {
color: #ffbf00;
}
a:hover {
color: #ffffff;
}
|