Skip to content

Instantly share code, notes, and snippets.

@sheerun
Created June 25, 2020 17:17
Show Gist options
  • Save sheerun/70a404ad3b8c5135ec0d1403ce60a000 to your computer and use it in GitHub Desktop.
Save sheerun/70a404ad3b8c5135ec0d1403ce60a000 to your computer and use it in GitHub Desktop.

Revisions

  1. sheerun created this gist Jun 25, 2020.
    25 changes: 25 additions & 0 deletions styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    .application-main {
    max-width: 1180px;
    margin: 0 auto;
    }

    * {
    border-radius: 0 !important;
    box-shadow: none !important;
    }

    .Counter {
    border-radius: 0.8em !important;
    }

    .btn {
    border-radius: 0.33em !important;
    }

    .pagehead {
    background-color: white !important;
    }

    .UnderlineNav {
    background-color: white !important;
    }