tempestphp / highlight

🎨 Fast, extensible, server-side code highlighting for web and terminal

Home Page:https://tempest.stitcher.io/highlight/01-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS: `linear-gradient`

brendt opened this issue · comments

.reveal .code-wrapper code {
    line-height: 150%;

    background:

        linear-gradient(
            white 30%,
            rgba(255, 255, 255, 0)
        ) center top,