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 Tables in CSS #39

Closed
extratone opened this issue Dec 3, 2020 · 2 comments
Closed

Address Tables in CSS #39

extratone opened this issue Dec 3, 2020 · 2 comments
Assignees
Labels
refinement Making things pretty.

Comments

@extratone
Copy link
Owner

image

@extratone extratone added the refinement Making things pretty. label Dec 3, 2020
@extratone extratone added this to the Three Point Oh milestone Dec 3, 2020
@extratone extratone self-assigned this Dec 3, 2020
@extratone
Copy link
Owner Author

Screenshot_2021-04-25 Test(1)

table {
    background-color: #FFFdeb !important;
    font-size: 0.8em !important;
    line-height: 1.2em;
    color: #1c0021 !important;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 400;
    border: 1px solid #f43f32 !important;
    border-radius: 1px !important;
}

article table td, article table th {
    border: 1px solid !important;
    border-color: #da2573 !important;
}

extratone added a commit that referenced this issue Apr 26, 2021
```
table {
    background-color: #FFFdeb !important;
    font-size: 0.8em !important;
    line-height: 1.2em;
    color: #1c0021 !important;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 400;
    border: 1px solid #f43f32 !important;
    border-radius: 1px !important;
}

article table td, article table th {
    border: 1px solid !important;
    border-color: #da2573 !important;
}
```
@extratone
Copy link
Owner Author

A "Real" Example of the new style

Screenshot_2021-04-26 Varmilo VA108M

From the singular Mechanical Keyboardism Post of my whole life, hopefully.

@extratone extratone moved this to Published 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
refinement Making things pretty.
Projects
Status: Published
Development

No branches or pull requests

1 participant