Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
![Screenshot 2021-05-04 at 09-18-46 Test](https://user-images.githubusercontent.com/43663476/117018118-d5c02a00-acb9-11eb-87b4-177fda02e738.png)

This is going to have to suffice for now.... I don't want to waste anymore time trying to figure out what the fuck those partially-visible dividers are behind the Gist.

```
.gist {
    font-family: proxima-nova-condensed, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.gist .gist-meta {
    font-family: proxima-nova-extra-condensed, sans-serif !important;
    font-weight: 600 !important;
    color: #1c0021 !important;
}

.gist, .gist article, .gist article p {
    font-family: proxima-nova-condensed, sans-serif !important;
    font-weight: 400 !important;
}

.gist .gist-file .gist-data {
    background: #FFFdeb; !important;
    border: 1px solid #da2573 !important;
    border-radius: 1px !important;
    font-size: 0.85em !important;
    color: #1c0021 !important;
    font-family: proxima-nova-condensed, sans-serif !important;
    font-weight: 400;
}

.gist, .gist article, .gist article p {
    white-space: normal !important;
}

/* .gist .gist-hr {
    display: hide !important;
} */
```
  • Loading branch information
extratone committed May 4, 2021
1 parent f815367 commit 7230e14
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Custom CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,43 @@ article table td, article table th {
border-color: #da2573 !important;
}


.gist {
font-family: proxima-nova-condensed, sans-serif !important;
font-weight: 400 !important;
font-size: 18px !important;
}

.gist .gist-meta {
font-family: proxima-nova-extra-condensed, sans-serif !important;
font-weight: 600 !important;
color: #1c0021 !important;
}

.gist, .gist article, .gist article p {
font-family: proxima-nova-condensed, sans-serif !important;
font-weight: 400 !important;
}


.gist .gist-file .gist-data {
background: #FFFdeb; !important;
border: 1px solid #da2573 !important;
border-radius: 1px !important;
font-size: 0.85em !important;
color: #1c0021 !important;
font-family: proxima-nova-condensed, sans-serif !important;
font-weight: 400;
}

.gist, .gist article, .gist article p {
white-space: normal !important;
}

/* .gist .gist-hr {
display: hide !important;
} */

hr {
border: 2px solid red;
}
Expand Down

0 comments on commit 7230e14

Please sign in to comment.