My monitors(? BENQ GW2765HTs ) or video card(? GeForce RTX 3060) have the weirdest bug: A specific pattern of alternating #7f7f7f #000000 pixels have a green cast that becomes more pronounced the longer the horizontal run is. It's bonkers.

The monitors are attached by very reasonable lengths of cable, one is DVI and the other is DisplayPort. They're running at the displays' innate resolution, 2560x1440. The same effect happens on either monitor. It stops if I reduce the resolution to 1920x1080.

This defies everything I think I know about how digital monitors work, or else it's hitting a bug in the monitors after digital image decoding & scaling.

I've fiddled all the "picture mode" settings in the monitor to no avail.

@KinkyKobolds Hmm, given the colors there, I wonder how mixing kobolds works. Can you, for example, end up with a #7F7F7F kobold who is a wise, stealthy, pyromaniac, and/or a swamp-dwelling kobold witch who's a member of the polar bear club?

@christianselig

Yeah…

dark mode scrollbar is #909091

light mode scrollbar is #7F7F7F

@axiixc

@shirotsuki_ki CSSで馬を描くには、それなりに複雑なコードが必要になりますが、以下のような基本的な例を示します。

```html
<div class="horse">
<div class="head">
<!-- 頭部部分 -->
</div>
<div class="body">
<!-- 体部分 -->
</div>
</div>
```

```css
.horse {
position: relative;
width: 400px;
height: 300px;
background-color: #7f7f7f;
border-radius: 50% / 60%;
overflow: hidden;
}

.head {
position: absolute;
top: 0;
left: 32%;
width: 100px;
height: 100px;
background-color: #000;
border-radius: 50% 50% 0 0;
transform: rotate(45deg);
}

.body {
position: absolute;
bottom: 0;
left: -63%;
width: 230px;
height: 200px;
background-color: #000;
border-radius: 200px 80px 80px 200px / 80px 200px 200px 80px;
transform: rotate(-15deg);
}
```

このコードは、灰色の背景に対して、体部分と頭部分を黒で描画するものです。本格的な馬の描画については、専門的な知識と熟練した技術が必要になりますが、基本的なアイデアを示すためのものです。

Base Color : 35A9FF
Mode : monochrome-light
#5A5A5A
#6C6C6C
#7F7F7F
#26A1FC
#49B0FD
#6DC0FE
#90D0FF
Base Color : 0885AA
Mode : monochrome-dark
#03252F
#064B5F
#087190
#666666
#7F7F7F
Base Color : 2807D8
Mode : monochrome-dark
#13055A
#180679
#1E0798
#2408B7
#2909D6
#7F7F7F
#8F8F8F
#9F9F9F
Base Color : BA36AD
Mode : monochrome-dark
#561B50
#6C2164
#822779
#982D8E
#AF33A3
#7F7F7F
#8D8D8D
#9B9B9B
#AAAAAA
Base Color : 91805B
Mode : monochrome-dark
#413A2B
#584E39
#6F6247
#867654
#7F7F7F
#919191
#A4A4A4