/*
 * block1132.cryptodee.com - style overrides on top of the stock Blockscout
 * frontend. nginx adds <link rel="stylesheet" href="/b1132-assets/custom.css">
 * to every HTML page (sub_filter in zz-block1132-cryptodee), so editing this
 * file needs no rebuild or restart; browsers pick it up within 5 minutes.
 */

/* Transaction hashes in lists (Transactions page, address and block tabs,
   homepage) are bold (700) in the stock frontend. Show them at normal weight. */
a[href^="/tx/"],
a[href^="/tx/"] * {
  font-weight: 400 !important;
}
