Skip to content

Commit 31ed5d9

Browse files
committed
Publish 2025-10-09
1 parent b4d9087 commit 31ed5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elements/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import {country, isPCountry} from './locales.js';
33

4-
const ERROR_HANDLING_ENABLED = true;
4+
const ERROR_HANDLING_ENABLED = false;
55

66
/** @type {WeakSet<Element>} */
77
const handledElements = new WeakSet();

styles/help-topic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ html:not(.android) .intro {
462462
.v2-banner-safari {
463463
--color-text: #5ea7d5;
464464
background-color: #182636;
465-
background-image: radial-gradient(#202f47, #151a28);
465+
background-image: linear-gradient(to top, #131d2e 0%, #151a28 20%, black);
466466
display: none;
467467
grid-area: large;
468468
padding: 3rem 2rem;

0 commit comments

Comments
 (0)