mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
chore(style): Changed main homepage buttons color to orange
This commit is contained in:
parent
b68f626ce2
commit
e66f5bb1b8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue