Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Last active April 16, 2018 05:18
Show Gist options
  • Select an option

  • Save shrayasr/2e7451e03d0484b67d30f0a9b871bf0c to your computer and use it in GitHub Desktop.

Select an option

Save shrayasr/2e7451e03d0484b67d30f0a9b871bf0c to your computer and use it in GitHub Desktop.

Revisions

  1. shrayasr revised this gist Feb 28, 2018. 1 changed file with 1 addition and 6 deletions.
    7 changes: 1 addition & 6 deletions danluu.com.css
    Original file line number Diff line number Diff line change
    @@ -32,12 +32,7 @@ h4 {
    font-size: 18px;
    }

    blockquote strong {
    font-size: 16px;
    font-family: "Trebuchet MS";
    }

    strong {
    body > strong:first-child {
    font-family: "Palatino Linotype";
    font-size: 30px;
    }
  2. shrayasr revised this gist Feb 28, 2018. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions danluu.com.css
    Original file line number Diff line number Diff line change
    @@ -32,6 +32,11 @@ h4 {
    font-size: 18px;
    }

    blockquote strong {
    font-size: 16px;
    font-family: "Trebuchet MS";
    }

    strong {
    font-family: "Palatino Linotype";
    font-size: 30px;
  3. shrayasr created this gist Feb 28, 2018.
    56 changes: 56 additions & 0 deletions danluu.com.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,56 @@
    body {
    margin: 0 auto;
    width: 900px;
    font-family: Trebuchet MS;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    background: #fff8ec;
    }

    blockquote {
    border-left: 5px solid #ffcf82;
    margin-left: 0;
    padding-left: 10px;
    }

    a {
    text-decoration: none;
    }

    a:hover {
    text-decoration: underline;
    }

    h3 {
    font-family: "Palatino Linotype";
    font-size: 20px;
    }

    h4 {
    font-family: "Palatino Linotype";
    font-size: 18px;
    }

    strong {
    font-family: "Palatino Linotype";
    font-size: 30px;
    }

    code {
    background: papayawhip;
    }

    pre > code {
    background: none;
    }

    pre {
    background: papayawhip;
    padding: 6px 0;
    padding-left: 6px;
    }

    th, td {
    padding: 5px 3px;
    }