chore(style): Changed main homepage buttons color to orange

This commit is contained in:
Cristian Ditaputratama 2024-11-07 00:50:49 +07:00
parent b68f626ce2
commit e66f5bb1b8
Signed by: ditatompel
GPG key ID: 31D3D06D77950979

View file

@ -19,7 +19,7 @@ a.external {
/** home page **/ /** home page **/
a.btn-link { a.btn-link {
@apply py-1 px-3 mt-2 inline-flex items-center gap-x-1 text-sm font-medium rounded-lg border border-neutral-700 bg-neutral-800 text-white shadow-sm hover:bg-neutral-700; @apply py-1 px-3 mt-2 inline-flex items-center gap-x-1 text-sm font-medium rounded-lg border border-orange-500 bg-orange-600 text-white shadow-sm hover:brightness-125;
} }
/* my nodes copy input button */ /* my nodes copy input button */
button.copy-input { button.copy-input {