diff --git a/wordpress.org/public_html/style/trac/wp-trac.css b/wordpress.org/public_html/style/trac/wp-trac.css
index 96925f32f..dcb455bc3 100644
|
a
|
b
|
footer :link, footer :visited, footer :link:hover, footer :visited:hover, |
| 90 | 90 | } |
| 91 | 91 | #headline .menu a, |
| 92 | 92 | #headline .menu a:visited { |
| 93 | | color: rgba(255, 255, 255, 0.8); |
| | 93 | color: rgba(255, 255, 255, 0.9); |
| 94 | 94 | } |
| 95 | 95 | #headline .menu a:hover, |
| 96 | 96 | #headline .menu a:active { |
| … |
… |
h3.change a { |
| 181 | 181 | #metanav.nav a, |
| 182 | 182 | #metanav.nav a:visited, |
| 183 | 183 | #metanav form.trac-logout button { |
| 184 | | color: rgba(255, 255, 255, 0.8); |
| | 184 | color: rgba(255, 255, 255, 0.9); |
| 185 | 185 | background: inherit; |
| 186 | 186 | border: inherit; |
| 187 | 187 | } |
diff --git a/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css b/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
index a47f06412..73b16c790 100644
|
a
|
b
|
p.site-title a { |
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | .site-description { |
| 102 | | color: rgba(255, 255, 255, 0.8); |
| | 102 | color: rgba(255, 255, 255, 0.9); |
| 103 | 103 | font-size: 1.25rem; |
| 104 | 104 | font-weight: 300; |
| 105 | 105 | margin: -0.4rem auto 2rem; |
| … |
… |
p.site-title a { |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | .navigation-main a { |
| 168 | | color: rgba(255, 255, 255, 0.8); |
| | 168 | color: rgba(255, 255, 255, 0.9); |
| 169 | 169 | font-size: 14px; |
| 170 | 170 | } |
| 171 | 171 | |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
index f41921070..c7fcb5eb9 100644
@@ -232,7 +238,7 @@ input[type="submit"] {
.navigation-main a,
.navigation-main a:visited {
- color: rgba(255, 255, 255, 0.8);
+ color: rgba(255, 255, 255, 0.9);
font-size: 14px;
}
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
index 4e13b705b..61add183c 100644
|
a
|
b
|
|
| 1760 | 1760 | } |
| 1761 | 1761 | |
| 1762 | 1762 | a { |
| 1763 | | color: rgba(255, 255, 255, 0.8); |
| | 1763 | color: rgba(255, 255, 255, 0.9); |
| 1764 | 1764 | display: block; |
| 1765 | 1765 | text-decoration: none; |
| 1766 | 1766 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
index 7bdc52426..4a2b4ab10 100644
|
a
|
b
|
input { |
| 2121 | 2121 | } |
| 2122 | 2122 | |
| 2123 | 2123 | .site-header.home .site-description { |
| 2124 | | color: rgba(255, 255, 255, 0.8); |
| | 2124 | color: rgba(255, 255, 255, 0.9); |
| 2125 | 2125 | font-size: 2.25rem; |
| 2126 | 2126 | font-weight: 300; |
| 2127 | 2127 | text-align: center; |
| … |
… |
input { |
| 2147 | 2147 | } |
| 2148 | 2148 | |
| 2149 | 2149 | .menu-container a { |
| 2150 | | color: rgba(255, 255, 255, 0.8); |
| | 2150 | color: rgba(255, 255, 255, 0.9); |
| 2151 | 2151 | display: block; |
| 2152 | 2152 | text-decoration: none; |
| 2153 | 2153 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss
index b92c5dddf..af52985e6 100644
|
a
|
b
|
body, #pagebody { |
| 2819 | 2819 | # .site-description |
| 2820 | 2820 | --------------------------------------------------------------*/ |
| 2821 | 2821 | .site-description { |
| 2822 | | color: rgba(255, 255, 255, 0.8); |
| | 2822 | color: rgba(255, 255, 255, 0.9); |
| 2823 | 2823 | font-size: 1.25rem; |
| 2824 | 2824 | font-weight: 300; |
| 2825 | 2825 | margin: -0.4rem auto 2rem; |
| … |
… |
body, #pagebody { |
| 2879 | 2879 | } |
| 2880 | 2880 | |
| 2881 | 2881 | .main-navigation a { |
| 2882 | | color: rgba(255, 255, 255, 0.8); |
| | 2882 | color: rgba(255, 255, 255, 0.9); |
| 2883 | 2883 | display: block; |
| 2884 | 2884 | font-size: 14px; |
| 2885 | 2885 | text-decoration: none; |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist
index e281a9a4a..e5d81bc45 100644
|
a
|
b
|
p a:not(.button):hover { |
| 1363 | 1363 | } |
| 1364 | 1364 | |
| 1365 | 1365 | .main-navigation a { |
| 1366 | | color: rgba(255, 255, 255, 0.8); |
| | 1366 | color: rgba(255, 255, 255, 0.9); |
| 1367 | 1367 | display: block; |
| 1368 | 1368 | font-size: 12.8px; |
| 1369 | 1369 | font-size: 0.8rem; |
| … |
… |
p a:not(.button):hover { |
| 1493 | 1493 | } |
| 1494 | 1494 | |
| 1495 | 1495 | .site-description { |
| 1496 | | color: rgba(255, 255, 255, 0.8); |
| | 1496 | color: rgba(255, 255, 255, 0.9); |
| 1497 | 1497 | font-size: 20px; |
| 1498 | 1498 | font-size: 1.25rem; |
| 1499 | 1499 | font-weight: 300; |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
index 7d4b60cf9..2730ea83e 100644
|
a
|
b
|
body, #pagebody { |
| 2961 | 2961 | # .site-description |
| 2962 | 2962 | --------------------------------------------------------------*/ |
| 2963 | 2963 | .site-description { |
| 2964 | | color: rgba(255, 255, 255, 0.8); |
| | 2964 | color: rgba(255, 255, 255, 0.9); |
| 2965 | 2965 | font-size: 1.25rem; |
| 2966 | 2966 | font-weight: 300; |
| 2967 | 2967 | margin: -0.4rem auto 2rem; |
| … |
… |
body, #pagebody { |
| 3021 | 3021 | } |
| 3022 | 3022 | |
| 3023 | 3023 | .main-navigation a { |
| 3024 | | color: rgba(255, 255, 255, 0.8); |
| | 3024 | color: rgba(255, 255, 255, 0.9); |
| 3025 | 3025 | display: block; |
| 3026 | 3026 | font-size: 0.8rem; |
| 3027 | 3027 | text-decoration: none; |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
index 471cc2915..b1df07342 100644
|
a
|
b
|
body, #pagebody { |
| 2963 | 2963 | # .site-description |
| 2964 | 2964 | --------------------------------------------------------------*/ |
| 2965 | 2965 | .site-description { |
| 2966 | | color: rgba(255, 255, 255, 0.8); |
| | 2966 | color: rgba(255, 255, 255, 0.9); |
| 2967 | 2967 | font-size: 1.25rem; |
| 2968 | 2968 | font-weight: 300; |
| 2969 | 2969 | margin: -0.4rem auto 2rem; |
| … |
… |
body, #pagebody { |
| 3023 | 3023 | } |
| 3024 | 3024 | |
| 3025 | 3025 | .main-navigation a { |
| 3026 | | color: rgba(255, 255, 255, 0.8); |
| | 3026 | color: rgba(255, 255, 255, 0.9); |
| 3027 | 3027 | display: block; |
| 3028 | 3028 | font-size: 0.8rem; |
| 3029 | 3029 | text-decoration: none; |