1
0
mirror of https://github.com/kognise/water.css.git synced 2025-01-17 19:58:13 +01:00

Merge pull request #121 from marcobiedermann/hotfix/coding-style

Hotfix: coding style
This commit is contained in:
kylejrp 2019-11-01 18:23:01 -07:00 committed by GitHub
commit ce761ba414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,15 @@ th {
font-weight: 600;
}
q:before {
q::before {
content: none;
}
q:after {
q::after {
content: none;
}
blockquote , q{
blockquote, q {
border-left: 4px solid var(--focus);
margin: 1.5em 0em;
padding: 0.5em 1em;