mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Merge pull request #34 from robinst/remove-redundant-text-transform
Remove redundant text-transform in CSS
This commit is contained in:
@@ -577,7 +577,6 @@ section.main .content .markdown h6 {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
|
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
|
||||||
letter-spacing: -0.005rem;
|
letter-spacing: -0.005rem;
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
@@ -604,7 +603,6 @@ section.main .content .markdown h6 {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
letter-spacing: none;
|
letter-spacing: none;
|
||||||
text-transform: none;
|
|
||||||
}
|
}
|
||||||
section.main .content .markdown code,
|
section.main .content .markdown code,
|
||||||
section.main .content .markdown pre {
|
section.main .content .markdown pre {
|
||||||
|
Reference in New Issue
Block a user