Fix media button style

This commit is contained in:
Tetrakern 2024-10-20 11:33:11 +02:00
parent 026f912cfb
commit 4a302af129
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,7 @@ img {
p a:not(.wp-element-button, .modal-tooltip),
.content-section :is(.wp-block-table, .wp-block-pullquote, .wp-block-list) a:not(.wp-element-button, .modal-tooltip),
:is(.modal, .dialog-modal) a[href]:where(:not(.button, .wp-element-button, .modal-tooltip)),
:is(.modal, .dialog-modal) a[href]:where(:not(.button, .wp-element-button, .modal-tooltip, .media-buttons__item)),
.footnotes a[href*="http"],
.link {
color: var(--inline-link-color);

View File

@ -62,7 +62,7 @@ get_header();
<?php
wp_tag_cloud(
array(
array(
'smallest' => .625,
'largest' => 1.25,
'unit' => 'rem',