Coins Table + Custom CSS (Dark View)
You can customize coins table font and background colors with some custom css to create a perfect dark view for your website. Custom CSS is available below the table.
# | Name | Price | Changes 24H | Changes 7D | Market Cap | Volume 24H | Available Supply | Price Graph (7D) |
---|
Use Below Custom CSS for Dark View Table
#cmc_coinslist_wrapper table .cmc-charts canvas {
background: #ffffff;
padding: 2px;
border-radius: 4px;
}
div#cryptocurency-market-cap-wrapper table tr th, div#cryptocurency-market-cap-wrapper table tr td, .cmc_search input.typeahead.tt-input, select#cmc_usd_conversion_box, #cmc_coinslist_wrapper a.paginate_button.next, #cmc_coinslist_wrapper a.paginate_button.previous, div#cryptocurency-market-cap-wrapper #cmc_coinslist_filter input {
background-color: #1b1c22 !important;
color: #f3f3ff;
border-color: #4b4c51 !IMPORTANT;
}
#cmc_coinslist_wrapper table {
border-radius: 3px !IMPORTANT;
border: 3px solid #4b4c51 !IMPORTANT;
}