Spaces:
Runtime error
Runtime error
File size: 500 Bytes
6870669 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
a[href*='https://github.com/Chainlit/chainlit'] {
visibility: collapse;/* Hides the original text */
position: relative;
}
a[href*='https://github.com/Chainlit/chainlit']::after {
content: "If you want to change the quiz topic, scroll up and hit the appropiate button!"; /* New text to display */
visibility: visible;
color: white; /* Color of the new text */
width: 100%;
height: 100%;
font-size: 13px;
cursor: pointer;
} |