diff --git a/skatepark/assets/theme.css b/skatepark/assets/theme.css index 5f76e8bd12..7437a98806 100644 --- a/skatepark/assets/theme.css +++ b/skatepark/assets/theme.css @@ -124,11 +124,6 @@ p { letter-spacing: 0.1em; } -.wp-block-post-comments input[type="submit"], .wp-block-post-comments .reply a { - text-transform: uppercase; - letter-spacing: 0.1em; -} - .wp-block-post-comments .reply a { text-decoration-thickness: 0.07em; text-underline-offset: 0.46ex; @@ -143,10 +138,6 @@ p { margin-bottom: calc( 2 * var(--wp--custom--margin--baseline)); } -.wp-block-post-comments .comment-author { - margin-bottom: var(--wp--custom--margin--baseline); -} - .wp-block-post-comments .comment-author cite { font-weight: bold; } diff --git a/skatepark/sass/blocks/_buttons.scss b/skatepark/sass/blocks/_buttons.scss index 82f829737c..f7292d1ceb 100644 --- a/skatepark/sass/blocks/_buttons.scss +++ b/skatepark/sass/blocks/_buttons.scss @@ -10,10 +10,3 @@ letter-spacing: 0.1em; } } - -.wp-block-post-comments { - input[type="submit"], .reply a { - text-transform: uppercase; - letter-spacing: 0.1em; - } -} diff --git a/skatepark/sass/blocks/_post-comments.scss b/skatepark/sass/blocks/_post-comments.scss index ea6e593e58..b15571827a 100644 --- a/skatepark/sass/blocks/_post-comments.scss +++ b/skatepark/sass/blocks/_post-comments.scss @@ -15,8 +15,6 @@ } .comment-author { - margin-bottom: var(--wp--custom--margin--baseline); - cite { font-weight: bold; }