Spaces:
Sleeping
Sleeping
File size: 528 Bytes
8fd4dfb |
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 |
img {
max-height: 70px !important;
}
.css-8mm1u0 {
background-color: #288b8f !important;
color: white;
}
/* Hide the original text */
.css-pcmo6i {
visibility: hidden;
}
/* Insert new text using ::before */
.css-pcmo6i::before {
content: 'Built by Marko P.';
font-weight: bold;
color: #8ac7c7;
visibility: visible;
display: block;
}
svg[viewBox="0 0 1143 266"] {
visibility: hidden;
}
img[alt="watermark"] {
visibility: hidden;
}
.css-2y0hwe {
color: #49a3a3 !important;
}
|