Some nice UI tweaks for CoinGecko
tiski's CoinGecko by xchng
Details
Authorxchng
LicenseNo License
Categorycoingecko.com
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tiski's CoinGecko
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A userstyle for CoinGecko
@author tiski (tiski@xch.ng)
==/UserStyle== */
@-moz-document domain("coingecko.com") {
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');
div.gecko-section.holdings.\!tw-block > div > div > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > div.gecko-content,
div.gecko-section.holdings > div > div > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > div.gecko-content {
font-size: 2.125rem;
padding: 10px 0;
line-height: 1.2;
font-weight: 300;
}
div.gecko-section.holdings.\!tw-block > div > div:nth-child(4) > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > a > img,
div.gecko-section.holdings > div > div:nth-child(4) > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > a > img {
width: 3rem;
height: inherit !important;
margin: 0.5rem 0.7rem 0.5rem 0;
}
div.gecko-section.holdings.\!tw-block > div > div:nth-child(4) > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > a > div.tw-text-gray-700.dark\:tw-text-moon-100.tw-font-semibold.tw-text-sm.tw-leading-5,
div.gecko-section.holdings > div > div:nth-child(4) > div > div.tw-font-bold.tw-text-gray-900.dark\:tw-text-moon-50.tw-text-lg.tw-leading-7 > a > div.tw-text-gray-700.dark\:tw-text-moon-100.tw-font-semibold.tw-text-sm.tw-leading-5 {
font-size: 1em;
}
}