/* Podklady odznaků s číslem linky — vyrábí app/.scripts/zastavky.mjs.
   Do style.css napsat nejdou: barvy jsou z jízdního řádu a mění se s ním.
   Proč ne atribut style: CSP, viz komentář u `barvy` v strankyLinek(). */
.cislo.b-000000 { background: #000000 }
.cislo.b-0000ff { background: #0000ff }
.cislo.b-00224b { background: #00224b }
.cislo.b-008033 { background: #008033 }
.cislo.b-008080 { background: #008080 }
.cislo.b-009e9e { background: #009e9e }
.cislo.b-00ccff { background: #00ccff }
.cislo.b-00e68c { background: #00e68c }
.cislo.b-00ffff { background: #00ffff }
.cislo.b-0777c1 { background: #0777c1 }
.cislo.b-2c82c8 { background: #2c82c8 }
.cislo.b-2c89c8 { background: #2c89c8 }
.cislo.b-4ab95d { background: #4ab95d }
.cislo.b-7fffaa { background: #7fffaa }
.cislo.b-800000 { background: #800000 }
.cislo.b-800080 { background: #800080 }
.cislo.b-8c4a9a { background: #8c4a9a }
.cislo.b-939dac { background: #939dac }
.cislo.b-a05a2c { background: #a05a2c }
.cislo.b-c1193a { background: #c1193a }
.cislo.b-cc9408 { background: #cc9408 }
.cislo.b-d40000 { background: #d40000 }
.cislo.b-e1cb31 { background: #e1cb31 }
.cislo.b-ee7e1e { background: #ee7e1e }
.cislo.b-f31d7f { background: #f31d7f }
.cislo.b-ff0000 { background: #ff0000 }
.cislo.b-ff00ff { background: #ff00ff }
.cislo.b-ffa500 { background: #ffa500 }
.cislo.b-ffff00 { background: #ffff00 }
