| 1234567891011121314151617181920212223242526272829303132333435 |
- html, body.crt {
- height: auto;
- min-height: 100vh;
- }
- .crt::after {
- animation: vm-flicker 1s infinite;
- animation-delay: 1s;
- }
- body *, .lead, .display-3 {
- line-height: 20px;
- font-size: 22px;
- }
- pre code {
- line-height: 18px;
- font-size: 20px;
- }
- .bootstra-enable-cursor *, body.bootstra-enable-cursor {
- cursor:text!important;
- }
- .bootstra-enable-cursor .nav-link *, .bootstra-enable-cursor a {
- cursor:pointer!important;
- }
- pre > code {
- color: #bbb;
- width: 100%;
- }
- pre {
- background-color: #272822;
- }
|