This commit is contained in:
Roman Pyrih
2026-03-06 15:14:23 +01:00
parent 2f54c22cd6
commit f541250b59
42 changed files with 819 additions and 535 deletions

View File

@@ -608,7 +608,7 @@ a {
color: #0073aa;
}
a:hover, a:active {
color: #005177;
color: rgb(0, 80.5, 119);
outline: 0;
text-decoration: none;
}
@@ -892,8 +892,7 @@ figcaption,
.wp-block-pullquote blockquote {
margin-top: calc(3 * 1rem);
margin-bottom: calc(3.33 * 1rem);
-webkit-hyphens: auto;
hyphens: auto;
hyphens: auto;
word-break: break-word;
}
.wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation {
@@ -999,7 +998,7 @@ figcaption,
color: #0073aa;
}
.wp-block-file .wp-block-file__textlink:hover {
color: #005177;
color: rgb(0, 80.5, 119);
text-decoration: none;
}
.wp-block-file .wp-block-file__button {