Amazon Prime Videoは、日本時間5月5日(月・祝)にアメリカのネバダ州ラスベガス・T-モバイル・アリーナで行われる井上尚弥vsラモン・カルデナスの4団体統一世界スーパーバンタム級タイトルマッチをはじめとする試合を、『Prime Video Boxing 12 Inoue Naoya in Las Vegas』として独占ライブ配信する。
/* No theme has been set, or override set to light mode */
html:where(:not([data-theme])),
:root[data-theme=light] {
--color: black;
--background: antiquewhite;
/* … and all your other "variables" */
}
/* Apply dark mode if user preferences call for it, and if the user hasn't selected a theme override */
@media (prefers-color-scheme: dark) {
html:where(:not([data-theme])) {
--color: ghostwhite;
--background: midnightblue;
/* … and all your other "variables" */
}
}
/* Explicitly set the properties for the selected theme */
:root[data-theme=dark] {
--color: ghostwhite;
--background: midnightblue;
/* … and all your other "variables" */
}
/* Optionally, we can define the theme variable */
@property --theme {
syntax: ''; /* We could list all the themes separated by a pipe character but this will do! */
inherits: true;
initial-value: light;
}
/* Assign the --theme property accordingly */
html:where(:not([data-theme])),
:root[data-theme=light] {
--theme: light;
}
@media (prefers-color-scheme: dark) {
html:where(:not([data-theme])) {
--theme: dark;
}
}
:root[data-theme=dark] {
--theme: dark;
}
/* Then assign the custom properties based on the active theme */
@container style(--theme: light) {
body {
--color: black;
--background: antiquewhite;
/* … and all your other "variables" */
}
}
@container style(--theme: dark) {
body {
--color: ghostwhite;
--background: midnightblue;
/* … and all your other "variables" */
}
}
Stunning reconstruction reveals warrior and his weapons from 4,000-year-old burial in Siberia https://www.livescience.com/archaeology/stunning-reconstruction-reveals-warrior-and-his-weapons-from-4-000-year-old-burial-in-siberia
Находка мирового уровня. Как в Якутии “оживили” воина-лучника, жившего 4 тыс. лет назад https://tass.ru/arktika-segodnya/23274515