Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address GitHub Gist in CSS #125

Open
extratone opened this issue May 4, 2021 · 1 comment
Open

Address GitHub Gist in CSS #125

extratone opened this issue May 4, 2021 · 1 comment
Assignees
Labels
dev Development! documentation Improvements or additions to documentation meta Involving THE PSALMS and/or this repo

Comments

@extratone
Copy link
Owner

Screenshot 2021-05-04 at 08-40-35 Test

As you can see, Gists are not currently differentiated/protected from the body style.

@extratone extratone added documentation Improvements or additions to documentation meta Involving THE PSALMS and/or this repo dev Development! labels May 4, 2021
@extratone extratone added this to the Three Point Oh milestone May 4, 2021
@extratone extratone self-assigned this May 4, 2021
@extratone
Copy link
Owner Author

Screenshot 2021-05-04 at 09-18-46 Test

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;
} */

extratone added a commit that referenced this issue May 4, 2021
![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;
} */
```
@extratone extratone moved this to Dev in The Psalms Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Development! documentation Improvements or additions to documentation meta Involving THE PSALMS and/or this repo
Projects
Status: Dev
Development

No branches or pull requests

1 participant