--- a/wp/wp-includes/css/wp-embed-template.css Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/css/wp-embed-template.css Wed Sep 21 18:19:35 2022 +0200
@@ -67,9 +67,9 @@
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.5;
- color: #82878c;
+ color: #8c8f94;
background: #fff;
- border: 1px solid #e5e5e5;
+ border: 1px solid #dcdcde;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
/* Clearfix */
overflow: auto;
@@ -77,7 +77,7 @@
}
.wp-embed a {
- color: #82878c;
+ color: #8c8f94;
text-decoration: none;
}
@@ -113,11 +113,11 @@
}
.wp-embed-heading a {
- color: #32373c;
+ color: #2c3338;
}
.wp-embed .wp-embed-more {
- color: #b4b9be;
+ color: #c3c4c7;
}
.wp-embed-footer {
@@ -165,7 +165,7 @@
.wp-embed-meta a:hover {
text-decoration: none;
- color: #0073aa;
+ color: #2271b1;
}
.wp-embed-comments a {
@@ -183,8 +183,8 @@
left: 0;
right: 0;
bottom: 0;
- background-color: #222;
- background-color: rgba(10, 10, 10, 0.9);
+ background-color: #1d2327;
+ background-color: rgba(0, 0, 0, 0.9);
color: #fff;
opacity: 1;
transition: opacity .25s ease-in-out;
@@ -216,7 +216,7 @@
.wp-embed-share-dialog-open:focus .dashicons,
.wp-embed-share-dialog-close:focus .dashicons {
- box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+ box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, 0.8);
border-radius: 100%;
}
@@ -265,7 +265,7 @@
background: transparent;
font-size: 16px;
line-height: 1.3;
- color: #aaa;
+ color: #a7aaad;
cursor: pointer;
transition: color .1s ease-in;
}
@@ -281,7 +281,7 @@
.wp-embed-share-tab-button + .wp-embed-share-tab-button {
margin: 0 0 0 10px;
padding: 0 0 0 11px;
- border-left: 1px solid #aaa;
+ border-left: 1px solid #a7aaad;
}
.wp-embed-share-tab[aria-hidden="true"] {
@@ -293,7 +293,7 @@
font-size: 14px;
line-height: 1;
font-style: italic;
- color: #aaa;
+ color: #a7aaad;
}
.wp-embed-share-input {
@@ -355,5 +355,5 @@
margin: 0 10px 0 0;
padding: 0 11px 0 0;
border-left: none;
- border-right: 1px solid #aaa;
+ border-right: 1px solid #a7aaad;
}