stephenmk / Jitendex

A free, offline, and openly licensed Japanese-to-English dictionary. Updates weekly!
https://jitendex.org
Creative Commons Attribution Share Alike 4.0 International
267 stars 3 forks source link

Add color-coding styles to forms table headers #115

Open stephenmk opened 1 week ago

stephenmk commented 1 week ago

Just an idea. I chose the colors at random for the purposes of a mockup and they're certainly not final.

mockup

The diagonal line effect can be implemented by a background style.

.top-left-th {
  background: linear-gradient(to top right, color1 49%, black 50%, color2 51%)
}