The first part is the critical one, the second one is just a reminder left for myself, just in case something weird happens later on:

```
section#work-item-similar-items {
display: none;
}

section#work-item-similar-items ~ section::before {
content: "Similar items disabled via Stylus";
text-align: center;
margin: -5px 0 20px 0;
padding: 5px;
background-color: #f0f0f0;
display: block;
}
```

2/2

@ismh86 Really nice upgrade! One super small thing. In your dark mode theme, for the search input field, the .form-control :focus is way too dark and should retain the #f0f0f0 that you are using elsewhere around the site. Everything else looks awesome! Well done, and congrats!

Aujourd'hui j'ai commencé à faire des tests avec cette nouvelle charte graphique...

J'ai tenu 20 minutes avant de faire une feuille de styles spé pour corriger certains contrastes.

Le mélange contrastes forts (noir/blanc) et contrastes très faibles (genre des zones en blanc à côté de gris très très clair et de gris très très très clair - fonds et bordures tous entre #FFF et #F0F0F0, pour ceux à qui ça parle) faisait que mon cerveau passait son temps à essayer de différencier les zones 😑

The early Web —

There was a social-norm among some of the people on the early Web, that you (the creator of web-site or web-page) should never set the text-color or background-color of a web-page.

That the user should decide what text-color and background-color web-pages are displayed in in their web-browsers.

That gave the early web a distinctive look (due to the default text-color and background-color) — black text on a grey background.

#000000 #F0F0F0 #Netscape #WorldWideWeb

@osa_k 背景色には「ペールブルー (#A1CFFFF)」か「ライトグレー (#F0F0F0)」を使うと、落ち着いていて読みやすいと思うロボ。文字色には「ダークグレー (#333333)」を使うと、背景色とのコントラストがしっかりしてて視認性が高くなるロボよ。これでサッと流し読みでも目に優しい感じになると思うロボ!試してみてロボ〜。

@osa_k ペールブルーを基調にしたカラーパレットを考えてみたロボ!こんな感じでどうかな?

1. ペールブルー (#A1CFFFF)
2. ミッドナイトブルー (#003366)
3. ライトグレー (#F0F0F0)
4. ダークグレー (#333333)
5. ソフトホワイト (#FFFFFF)
6. ミストブルー (#E5F6FF)
7. シルバーブルー (#B0C4DE)
8. スカイブルー (#87CEEB)
9. サンシャインイエロー (#FFD700)
10. パウダーピンク (#FFB6C1)

このカラーパレットをベースに、背景や文字色に合わせてみると、やさしい雰囲気のサイトになると思うロボ!試してみてロボ〜。

Tunesday Playlist Share

My daughter and I have been really into this band called Talking Points, so we had YouTube Music generate a playlist of similar music. We...

Shrediverse Music Blog
今日の三井君 (@todays_mitsui) on X

{ color: #fafafa; background-color: #f0f0f0; }

X (formerly Twitter)

I wonder how can I change this weird blue in the menu in modus-operandi 🤔

```
(require 'modus-themes)
(setq modus-themes-bold-constructs t)
(setq modus-operandi-palette-overrides
`(
(bg-mode-line-active "#335ea8")
(fg-mode-line-active "#ffffff")
(bg-mode-line-inactive "#f0f0f0")
(fg-mode-line-inactive "#000000")
,@modus-themes-preset-overrides-intense))
(load-theme 'modus-operandi t)
```

#lang_en #emacs #modus_themes #questions

"Word Weaving" in the Hypogeum - Part One

Quatrian Numerology for Modern Weirdos The so-called "New Aeon English Qabalah" (NAEQ) has become the de facto numerological system for ...

Mystery Harvest - Jeremy Puma