Ο Ντόναλντ Τραμπ κατηγόρησε τον «βανδαλισμό» για «πραγματικά προβλήματα» στην ανακλαστική πισίνα της Ουάσιγκτον μετά την άνθηση φυκιών μετά την ανακαίνιση της τοποθεσίας 14,2 εκατομμυρίων δολαρίων που δήλωσε ότι θα την έκανε μπλε «αμερικανική σημαία». Έχει επίσης δει το χρώμα να ξεφλουδίζει στο νερό. Υποστήριξε επίσης ότι είχαν συλληφθεί βάνδαλοι.
Μέρες αφότου η κυβέρνησή του ισχυρίστηκε ότι η πισίνα ήταν στην πραγματικότητα «πεντακάθαρη», παρά την αναμφισβήτητα πράσινη απόχρωση, ο πρόεδρος των ΗΠΑ αναγνώρισε τα προβλήματα – και, χωρίς στοιχεία, κατηγόρησε το κακό παιχνίδι.
«Καθαρίσαμε, ανακαινίσαμε και καλλωπίσαμε πάνω από 45 Μνημεία και Μνημεία, 28 Αγάλματα και 22 Σιντριβάνια στην Ουάσιγκτον, DC», έγραψε ο Τραμπ σε μια μακροσκελή ανάρτηση στην πλατφόρμα του Truth Social το βράδυ της Παρασκευής. «Ωστόσο, είχαμε κάποια πραγματικά προβλήματα με τους βανδαλισμούς στην όμορφη πισίνα Reflecting, η οποία βρίσκεται ανάμεσα στο Μνημείο της Ουάσιγκτον και το Μνημείο του Λίνκολν».
<iframe title="Memorial Pool — memorial-pool" id="interactives/2026/06/memorial-pool-colour/memorial-pool" srcdoc="<html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"/><style>p{font-family:GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;font-size:.9375rem;line-height:1.4;font-weight:400;font-style:normal;–source-text-decoration-thickness: 2px}h2{font-family:GH Guardian Headline,Guardian Egyptian Web,Georgia,serif;font-size:1.5rem;line-height:1.15;font-weight:700;font-style:normal;–source-text-decoration-thickness: 3px}:root{–src-brand-400: #052962}h2{color:var(–src-brand-400)}@media (max-width: 46.24em){h2{margin-bottom:90px}}
</style></head><body><div><style id="svelte-3hn7hh">/*
* Provides sass-mq's `mq` mixin with pre-filled Guardian breakpoints, so you can do (eg.)
*
* `@include mq(leftCol) …`
*
* These breakpoints are:
* – desktop: 61.25em
* – leftCol: 71.25em
* – mobile: 20em
* – mobileLandscape: 30em
* – mobileMedium: 23.4375em
* – phablet: 41.25em
* – tablet: 46.25em
* – wide: 81.25em
*/
/*
* This file is auto-generated by src/source/generate/breakpoints.js
*/
/*
* This file is auto-generated by src/source/generate/typography.js
*/
/**
* Data font stack
*
* @group typography
*/
/**
* Serif font stack
*
* @group typography
*/
/**
* Headline font stack
*
* @group typography
*/
/**
* Sans serif text font stack
*
* @group typography
*/
/**
* Sans serif headline font stack
*
* @group typography
*/
/**
* Default font scale settings
* See font-scale.html and font-scale.png for visual representations
*
* @group typography
*/
/**
* Grab all levels of a font the font-scale
*
* @param {String} $name – Name of the font-scale matrix (eg: headline)
* @param {Map} $font-scale ($font-scale)
*
* @example
* font-size: get-scale(header);
*
* @requires {variable} $font-scale
*
* @return {Map}
*
* @group typography
*/
/**
* Grab info for a particular level of a font-scale
*
* @param {String} $name – Name of the font-scale in the matrix (eg: headline)
* @param {Number} $level – Level in the matrix
* @param {Map} $font-scale ($font-scale)
*
* @example
* font-size: get-scale-level(header, 1);
*
* @requires {variable} $font-scale
* @requires {function} get-scale
*
* @return {Map}
*
* @group typography
*/
/**
* Get a font-size for a level in the font-scale matrix
*
* @param {String} $name – Name of the font-scale in the matrix (eg: headline)
* @param {Number} $level – Level in the matrix
* @param {Map} $font-scale – Configuration
*
* @example
* font-size: get-font-size(header, 3);
*
* @requires {variable} $font-scale
* @requires {function} convert-to-px
* @requires {function} get-scale-level
*
* @return {Number}
*
* @group typography
*/
/**
* Get a line-height for a level in the font-scale matrix
*
* @param {String} $name – Name of the font-scale in the matrix (eg: headline)
* @param {Number} $level – Level in the matrix
* @param {Map} $font-scale – Configuration
*
* @example
* font-size: get-line-height(header, 3);
*
* @requires {variable} $font-scale
* @requires {function} convert-to-px
* @requires {function} get-scale-level
*
* @return {Number}
*
* @group typography
*/
/**
* Turn any value into pixels
*
* @param {Number} $value
*
* @example
* font-size: convert-to-px(14); // 14px
*
* @return {Number}
*
* @group typography
*/
/**
* Default typography settings, to be included as soon as possible in the HTML
* 1. Make type rendering look crisper
* 2. Set relative line spacing to 1.5 (16px * 1.5 = 24px)
*
* @param {String} $font-family ($f-serif-text) – Default global font
*
* @requires {variable} $f-serif-text
*
* @group typography
*/
/**
* Font-size and line-height shorthand
*
* @param {Number} $size
* @param {Number} $line-height ($size)
*
* @example
* @include font-size(18, 24);
*
* @requires {function} convert-to-px
*
* @group typography
*/
/**
* Font styling shorthand
* Note: prefer the usage of the font-scale mixins to stick to the font scale
*
* @param {String} $family
* @param {String} $weight
* @param {Number} $size
* @param {Number} $line-height ($size)
*
* @example
* @include font(arial, bold, 18, 24);
*
* @requires {mixin} font-size
*
* @group typography
*/
/**
* Header family and weight properties.
*
* @requires {variable} $f-serif-headline
*
* @group typography
*/
/**
* Header typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family, weight)
* @include fs-header(3);
*
* // Output font-size and line-height only
* @include fs-header(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-header
*
* @group typography
*/
/**
* Healdine family and weight properties.
*
* @requires {variable} $f-serif-headline
*
* @group typography
*/
/**
* Headline typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family, weight)
* @include fs-headline(3);
*
* // Output font-size and line-height only
* @include fs-headline(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-headline
*
* @group typography
*/
/**
* Body Heading family and weight properties.
*
* @requires {variable} $f-serif-text
*
* @group typography
*/
/**
* Body Heading typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family, weight)
* @include fs-bodyHeading(3);
*
* // Output font-size and line-height only
* @include fs-bodyHeading(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-bodyHeading
*
* @group typography
*/
/**
* Body Copy family property.
*
* @requires {variable} $f-serif-text
*
* @group typography
*/
/**
* Body Copy typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family)
* @include fs-bodyCopy(3);
*
* // Output font-size and line-height only
* @include fs-bodyCopy(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-bodyCopy
*
* @group typography
*/
/**
* Data family property.
*
* @requires {variable} $f-data
*
* @group typography
*/
/**
* Data typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family)
* @include fs-data(3);
*
* // Output font-size and line-height only
* @include fs-data(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-data
*
* @group typography
*/
/**
* Text Sans family property.
*
* @requires {variable} $f-sans-serif-text
*
* @group typography
*/
/**
* Text Sans typography settings.
*
* @param {Number} $level
* @param {Boolean} $size-only
*
* @example
* // Output all properties (font-size, line-height, family)
* @include fs-textSans(3);
*
* // Output font-size and line-height only
* @include fs-textSans(3, $size-only: true);
*
* @requires {function} get-font-size
* @requires {function} get-line-height
* @requires {mixin} font-size
* @requires {mixin} f-textSans
*
* @group typography
*/
/**
* Headline Sans family property.
* Is not currently integrated into our font scale matrix,
* hence no `fs-` mixin; currently we're just using it as a
* replacement font in a few places.
*
* @requires {variable} $f-sans-serif-headline
*
* @group typography
*/
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Light.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Light.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Light.ttf") format("truetype");font-weight:300;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-LightItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-LightItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Regular.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Regular.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Regular.ttf") format("truetype");font-weight:400;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-RegularItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-RegularItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-RegularItalic.ttf") format("truetype");font-weight:400;font-style:italic;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Medium.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Medium.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Medium.ttf") format("truetype");font-weight:500;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-MediumItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-MediumItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Semibold.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Semibold.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Semibold.ttf") format("truetype");font-weight:600;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-SemiboldItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-SemiboldItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-SemiboldItalic.ttf") format("truetype");font-weight:600;font-style:italic;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Bold.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Bold.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Bold.ttf") format("truetype");font-weight:700;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BoldItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BoldItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BoldItalic.ttf") format("truetype");font-weight:700;font-style:italic;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Black.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Black.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-Black.ttf") format("truetype");font-weight:900;font-style:normal;
}
@font-face {font-family:"Guardian Headline Full";src:url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BlackItalic.woff2") format("woff2"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BlackItalic.woff") format("woff"), url("https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/full-not-hinted/GHGuardianHeadline-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic;
}
@font-face {font-family:"Guardian Titlepiece";src:url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2") format("woff2"), url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff") format("woff"), url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.ttf") format("truetype");font-weight:700;font-style:normal;
}.atom.svelte-3hn7hh {font-family:"Guardian Text Egyptian Web", Georgia, serif;color:#121212;max-width:540px;padding:16px;background:#fff;box-sizing:border-box;}.graphic.svelte-3hn7hh {display:flex;flex-direction:column;-moz-column-gap:24px;column-gap:24px;row-gap:14px;}.title.svelte-3hn7hh, .sub-title.svelte-3hn7hh {font-family:"Guardian Text Egyptian Web", Georgia, serif;color:#121212;font-size:16px;font-weight:700;line-height:1.15;margin:0;align-self:start;}.main.svelte-3hn7hh {display:flex;gap:24px;align-items:flex-start;}.swatches.svelte-3hn7hh {grid-area:swatches;display:flex;flex-direction:column;gap:14px;align-self:start;width:100%;padding-top:23px;}.row.svelte-3hn7hh {display:flex;gap:8px;}.ref.svelte-3hn7hh {grid-area:ref;display:flex;flex-direction:column;align-items:center;gap:6px;align-self:start;}.swatch-btn.svelte-3hn7hh {display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;padding:0;cursor:pointer;}.swatch-empty.svelte-3hn7hh {display:flex;flex-direction:column;align-items:center;gap:4px;}.block–empty.svelte-3hn7hh {background-color:transparent;border:none;}.lbl–empty.svelte-3hn7hh {visibility:hidden;}.swatch-btn.is-selected.svelte-3hn7hh .block:where(.svelte-3hn7hh) {box-shadow:0 0 0 2px #121212;}.swatch-btn.svelte-3hn7hh:hover .block:where(.svelte-3hn7hh),
.swatch-btn.svelte-3hn7hh:focus-visible .block:where(.svelte-3hn7hh),
.swatch-btn.is-active.svelte-3hn7hh .block:where(.svelte-3hn7hh) {transform:scale(1.05);box-shadow:0 0 0 2px #121212;}.block.svelte-3hn7hh {display:block;width:52px;height:52px;border-radius:8px;transition:transform 0.12s ease, box-shadow 0.12s ease;}.flag-svg.svelte-3hn7hh {width:200px;height:auto;border-radius:4px;display:block;flex-shrink:0;}.lbl.svelte-3hn7hh {font-size:12px;color:#121212;font-family:"Guardian Text Egyptian Web", Georgia, serif;text-align:center;}.info-bar.svelte-3hn7hh {grid-area:info;display:flex;align-items:center;gap:8px;min-height:20px;font-size:13px;padding:6px 0;border-top:1px solid #dcdcdc;}.info-swatch.svelte-3hn7hh {display:inline-block;width:14px;height:14px;border-radius:3px;flex-shrink:0;}.info-hint.svelte-3hn7hh {color:#999;font-size:12px;font-style:italic;}footer.svelte-3hn7hh {grid-area:footer;border-top:1px solid #dcdcdc;padding-top:10px;}.credit.svelte-3hn7hh {font-size:11px;color:#767676;margin:0 0 4px;font-family:"Guardian Text Egyptian Web", Georgia, serif;}.source.svelte-3hn7hh {font-size:11px;color:#767676;margin:0;line-height:1.5;}.target-btn.svelte-3hn7hh {display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;}.target.svelte-3hn7hh {font-size:13px;font-weight:700;font-family:"Guardian Text Egyptian Web", Georgia, serif;text-align:center;margin:0;line-height:1.3;padding-top:23px;}.month.svelte-3hn7hh {font-size:13px;font-weight:normal;font-family:"Guardian Text Egyptian Web", Georgia, serif;margin:0;line-height:1.3;width:-moz-min-content;width:min-content;margin-bottom:-6px;}.sub-title.svelte-3hn7hh {font-weight:normal;font-size:14px;line-height:normal;}
@media (max-width: 41.24em) {.flag-svg.svelte-3hn7hh {width:200px;}.graphic.svelte-3hn7hh {grid-template-columns:1fr;grid-template-areas:"title" "swatches" "ref" "info" "footer";row-gap:10px;}.row.svelte-3hn7hh {gap:4px;}.swatches.svelte-3hn7hh {gap:10px;max-width:400px;}.swatch-btn.svelte-3hn7hh {flex:1 1 0;min-width:0;}.swatches.svelte-3hn7hh .block:where(.svelte-3hn7hh) {width:min(100%, 52px);height:auto;aspect-ratio:1;}.ref.svelte-3hn7hh {flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;}.swatches.svelte-3hn7hh .swatch-btn:where(.svelte-3hn7hh),
.swatches.svelte-3hn7hh .swatch-empty:where(.svelte-3hn7hh) {flex:1 1 0;min-width:0;}
}
@media (max-width: 23.4275em) {.swatches.svelte-3hn7hh {padding-top:16px;}.flag-svg.svelte-3hn7hh {width:140px;}.main.svelte-3hn7hh {align-items:center;gap:16px;}.row.svelte-3hn7hh {gap:4px;}.lbl.svelte-3hn7hh {font-size:10px;}
}</style>
<div id="gv-atom-memorial-pool" data-did-prerender="true"><div class="atom svelte-3hn7hh"><div class="graphic svelte-3hn7hh"><div><h2 class="title svelte-3hn7hh">How blue is the reflecting pool?</h2> <h3 class="sub-title svelte-3hn7hh">Countdown to Trump’s Fourth of July target</h3> <div class="main svelte-3hn7hh"><div class="swatches svelte-3hn7hh"><span class="lbl month svelte-3hn7hh">June</span> <div class="row svelte-3hn7hh"><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 8 June 2026: #005468"><span style="background-color: #005468;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">8</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 9 June 2026: #00536e"><span style="background-color: #00536e;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">9</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 10 June 2026: #004c5d"><span style="background-color: #004c5d;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">10</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 11 June 2026: #00556e"><span style="background-color: #00556e;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">11</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 12 June 2026: #00546d"><span style="background-color: #00546d;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">12</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 13 June 2026: #00535f"><span style="background-color: #00535f;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">13</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 14 June 2026: #00585c"><span style="background-color: #00585c;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">14</span></button></div><div class="row svelte-3hn7hh"><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 15 June 2026: #004e52"><span style="background-color: #004e52;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">15</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 16 June 2026: #00575d"><span style="background-color: #00575d;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">16</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 17 June 2026: #005b5b"><span style="background-color: #005b5b;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">17</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 18 June 2026: #005255"><span style="background-color: #005255;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">18</span></button><button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 19 June 2026: #005557"><span style="background-color: #005557;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">19</span></button><div class="swatch-empty svelte-3hn7hh" aria-hidden="true"><span class="block block–empty svelte-3hn7hh"></span> <span class="lbl lbl–empty svelte-3hn7hh"> </span></div><div class="swatch-empty svelte-3hn7hh" aria-hidden="true"><span class="block block–empty svelte-3hn7hh"></span> <span class="lbl lbl–empty svelte-3hn7hh"> </span></div></div></div> <div class="target-btn svelte-3hn7hh"><span class="lbl target svelte-3hn7hh">Target</span> <button class="swatch-btn svelte-3hn7hh " aria-label="Pool colour on 4 July 2026 (target): #002868"><span style="background-color: #002868;" class="block svelte-3hn7hh"></span> <span class="lbl svelte-3hn7hh">4 July</span></button></div></div></div> <div class="info-bar svelte-3hn7hh"><span class="info-hint svelte-3hn7hh">Hover or click a square to see the colour value</span></div> <div class="ref svelte-3hn7hh"><svg width="1235" height="650" viewBox="0 0 7410 3900" role="img" class="flag-svg svelte-3hn7hh" aria-label="US flag – canton shown in #002868"><path d="M0,0h7410v3900H0" fill="#b31942"></path><path d="M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0" stroke="#FFF" stroke-width="300"></path><path d="M0,0h2964v2100H0" style="fill:#002868;transition:fill 0.3s ease;"></path><g fill="#FFF"><g id="s18"><g id="s9"><g id="s5"><g id="s4"><path id="s" d="M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z"></path><use xlink:href="#s" y="420"></use><use xlink:href="#s" y="840"></use><use xlink:href="#s" y="1260"></use></g><use xlink:href="#s" y="1680"></use></g><use xlink:href="#s4" x="247" y="210"></use></g><use xlink:href="#s9" x="494"></use></g><use xlink:href="#s18" x="988"></use><use xlink:href="#s9" x="1976"></use><use xlink:href="#s5" x="2470"></use></g></svg></div> <footer class="svelte-3hn7hh"><p class="credit svelte-3hn7hh">Guardian graphic.</p> <p class="source svelte-3hn7hh">Source: EarthCam archive.<br> Methodology: Colour of pool averaged daily, calibrated against satellite imagery. Red hues
filtered to visualise greens and blues.</p></footer></div></div></div>
</div></body><script>(() => {
const el = document.createElement("script");
el.src = "https://interactive.guim.co.uk/atoms/2026/06/memorial-pool-colour/memorial-pool/v/1781969735/app.js";
document.body.appendChild(el);
})();
</script><script>
function resize() {
window.frameElement.height = document.body.offsetHeight;
}
window.addEventListener(‘resize’, resize);
resize();
</script><script>
var fonts = [].slice.apply(window.parent.document.styleSheets)
.filter(function (sheet) { return sheet.ownerNode.className.indexOf("webfont") > – 1; })
.map(function (sheet) { return sheet.ownerNode.textContent; })
.join(‘ ‘);
var css = document.createElement(‘style’);
css.textContent = fonts;
document.head.appendChild(css);
</script></html>” frameborder=”0″ class=”dcr-1u6r942″>
Ο Τραμπ σημείωσε ότι “86 47” χαράχτηκε πρόσφατα σε ένα τεράστιο κομμάτι γρασίδι κοντά “”””””86” χρησιμοποιείται συχνά σε όλη τη βιομηχανία εστιατορίων για να σημαίνει “σταμάτα” ή για να απαλλαγούμε από κάτι, ενώ ο Τραμπ είναι ο 47ος πρόεδρος των Η.Π.Α. η πισίνα βάφτηκε ως μέρος της πρόσφατης ανακαίνισης.
«Δεν διαφέρει από τα χημικά που χρησιμοποιήθηκαν στο National Mall, χρησιμοποίησαν κάτι παρόμοιο στο Reflecting Pool για να προσπαθήσουν να καταστρέψουν και να υποτιμήσουν το όμορφο έργο μας», ισχυρίστηκε ο Τραμπ, ξανά χωρίς στοιχεία.
Σε μια ανάρτηση στο Truth Social το απόγευμα της Κυριακής, ο Τραμπ ισχυρίστηκε, και πάλι χωρίς κανένα απολύτως στοιχείο, ότι «πολλά άτομα» συνελήφθησαν από την αστυνομία πάρκων των ΗΠΑ για «βανδαλισμό της υπέροχης δημοσκόπησης των Εθνών μας». «Ποιος θα έκανε κάτι τέτοιο;» έγραψε ο Τραμπ. “Πρόκειται για πολύ σοβαρά εγκλήματα που έχουν να κάνουν με την καταστροφή Εθνικών Μνημείων. Χρόνια στη φυλακή! Θα ξεκινήσουν άμεσα οι εργασίες για την επισκευή του.â€
Ο Τραμπ υποστήριξε επίσης στην ανάρτησή του ότι το πρόβλημα με τα φύκια ήταν σε μεγάλο βαθμό υπό έλεγχο, υποδηλώνοντας ότι «έχει εξαφανιστεί το 75%» και το ζήτημα σύντομα θα «επιλυθεί πλήρως».
Οι αρχές επιβολής του νόμου «διερευνούν ενεργά αυτήν την κατάσταση», ισχυρίστηκε, και «ελπίζουμε ότι θα επιλυθεί σύντομα». Το Υπουργείο Εσωτερικών δεν απάντησε αμέσως σε αίτημα για σχόλιο σχετικά με τη δήλωση Τραμπ.
Ένας τρεις φορές Αμερικανός Ολυμπιονίκης και κανόε συνελήφθη την Παρασκευή αφού παρατήρησε ένα μερικώς αποκολλημένο κομμάτι της μπλε επένδυσης και έφτασε στο νερό για να δει πώς ήταν, είπε.
«Δεν βανδάλισα τίποτα», είπε ο David Hearn, ο οποίος έκανε ποδήλατο, στην Washington Post. “Δεν κατέστρεψα, δεν έσπασα ή ξεφλούδισα τίποτα. Μέχρι να συνειδητοποιήσω τι συνέβαινε, με έβαζαν χειροπέδες.â€
Ο Τραμπ διέταξε ένα έργο ανακαίνισης για να μετατρέψει την πισίνα σε μπλε «Αμερικανική Σημαία» ενόψει των εορτασμών για τα 250α γενέθλια της χώρας. Η τοποθεσία – ένα από τα πιο ιστορικά συμβολικά αξιοθέατα της Ουάσιγκτον DC – ήταν ένα στοιχείο των προσπαθειών του να ανακαινίσει την Ουάσιγκτον κατά τη δεύτερη θητεία του.
Λίγες μέρες μετά την ολοκλήρωση της ανακαίνισης, ωστόσο, μια άνθιση φυκιών έκανε το νερό πράσινο. Σε απάντηση, οι υπάλληλοι της Υπηρεσίας Εθνικού Πάρκου αναπτύχθηκαν και είδαν να χρησιμοποιούν skimmers και να προσθέτουν υπεροξείδιο του υδρογόνου στο νερό σε μια προσπάθεια να αποκαταστήσουν την ποιότητα του νερού.
Σε μια δήλωση στα μέσα κοινωνικής δικτύωσης την Τετάρτη, το τμήμα Εσωτερικών δήλωσε ότι «η προηγμένη τεχνολογία νανοφυσαλίδων» είχε «σκοτώσει πολύ αποτελεσματικά τα φύκια», προσθέτοντας: «Η ομάδα της Υπηρεσίας του Εθνικού Πάρκου σκουπίζει τώρα τα νεκρά φύκια που βρίσκονται στον πυθμένα ορισμένων τμημάτων του Reflecting Pool» κατέστρεψε τον βυθό του Περσικού Κόλπου.
Στην πραγματικότητα, ωστόσο, μεγάλο μέρος του νερού παρέμεινε θολό αργότερα μέσα στην εβδομάδα, με τα φύκια να είναι ακόμα ορατά σε ορισμένες περιοχές και μεγάλες νιφάδες χρώματος να ξεφλουδίζουν από τη λεκάνη και να επιπλέουν στην επιφάνεια.
Το Atlantic ανέφερε αυτό το Σαββατοκύριακο ότι οι εργαστηριακές δοκιμές που ανέθεσαν εντόπισαν φύκια στην πισίνα ως Scenedesmusένα γένος πράσινων φυκιών.
Το έργο έχει επίσης τεθεί υπό έλεγχο σχετικά με τη διαδικασία σύναψης συμβάσεων. Οι New York Times ανέφεραν ότι η κυβέρνηση Τραμπ είχε αναθέσει σύμβαση χωρίς προσφορά σε μια επιχείρηση που συνδέεται με έναν μακροχρόνιο υποστηρικτή του προέδρου για να εγκαταστήσει το σύστημα καθαρισμού νερού στην πισίνα.
Ο Tim Walz, ο κυβερνήτης της Μινεσότα που έθεσε υποψηφιότητα εναντίον του Trump και του JD Vance ως υποψήφια σύντροφος της Kamala Harris στις προεδρικές εκλογές του 2024, έγραψε στο X, πρώην Twitter: «Βρήκα ένα φανταστικό πρόβλημα, είπαν ότι μόνο αυτοί μπορούσαν να το διορθώσουν, δεν άκουσαν τους ειδικούς, προσέλαβαν φίλους που ταλαιπώρησαν εκατομμύρια, απέτυχαν οικτρά. Ολόκληρη η προεδρία Τραμπ με λίγα λόγια.â€





