Optimize and simplify CRT styling

Woah, transforms weren't needed at all
This commit is contained in:
daudix
2024-08-17 21:00:37 +03:00
parent 5932fb28de
commit 0eb2a8d163
2 changed files with 14 additions and 58 deletions

View File

@ -237,6 +237,8 @@ Alright, this one doesn't simplify anything, it just adds a CRT-like effect arou
{% end %}
There's also a `cursor` class that you can add to a span with e.g. `` character to simulate the terminal cursor. It doesn't work from inside Markdown code blocks though.
### Description List (`<dl>`)
```html