Skip to content

Instantly share code, notes, and snippets.

@saidaspen
Last active May 20, 2023 21:23
Show Gist options
  • Save saidaspen/cbf216aa4be971a65b55426b884aee72 to your computer and use it in GitHub Desktop.
Save saidaspen/cbf216aa4be971a65b55426b884aee72 to your computer and use it in GitHub Desktop.

Revisions

  1. saidaspen revised this gist Nov 30, 2021. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion aoc.css
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,10 @@ main > article:not(:last-of-type) {

    code {
    font-family: "Source Code Pro", monospace;
    letter-spacing: 1.px;
    letter-spacing: 1px;
    color: #ff6e6e
    }

    article code em {
    color: #ff6e6e
    }
  2. saidaspen created this gist Nov 29, 2021.
    25 changes: 25 additions & 0 deletions aoc.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    input ~ span:before,
    .leaderboard-entry,
    .privboard-row {
    font-family: "Source Code Pro", monospace;
    letter-spacing: 1px;
    }

    body * {
    text-shadow: none !important;
    }
    article em {
    font-weight: bold;
    color: #22ff68
    }

    main > article + p,
    main > article:not(:last-of-type) {
    opacity: 0.8;
    }

    code {
    font-family: "Source Code Pro", monospace;
    letter-spacing: 1.px;
    color: #ff6e6e
    }