UI tweaks

This commit is contained in:
sairaj mote 2023-11-26 03:51:19 +05:30
parent 8eb1ad04f1
commit 982b1e89a6
4 changed files with 16 additions and 11 deletions

View File

@ -75,6 +75,11 @@ a:where([class]):focus-visible {
a {
color: var(--accent-color);
text-decoration: none;
}
a:hover {
-webkit-text-decoration: underline solid currentColor;
text-decoration: underline solid currentColor;
}
a:-webkit-any-link:focus-visible {
@ -726,9 +731,6 @@ menu {
grid-column: 1/-1;
view-transition-name: main-header;
}
#main_header a {
text-decoration: none;
}
#main_header h4 {
font-weight: 600;
color: rgba(var(--text-color), 1);
@ -820,7 +822,8 @@ theme-toggle {
display: grid;
gap: 1rem;
padding: max(1rem, 1.5vw);
background-color: rgba(var(--text-color), 0.06);
border: solid thin rgba(var(--text-color), 0.1);
background-color: rgba(var(--text-color), 0.02);
border-radius: 1rem;
}
.dapp-card__icon {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -73,6 +73,10 @@ a:where([class]) {
}
a {
color: var(--accent-color);
text-decoration: none;
&:hover {
text-decoration: underline solid currentColor;
}
}
a:any-link:focus-visible {
@ -671,9 +675,6 @@ menu {
padding: max(1rem, 3vw);
grid-column: 1/-1;
view-transition-name: main-header;
a {
text-decoration: none;
}
h4 {
font-weight: 600;
color: rgba(var(--text-color), 1);
@ -762,7 +763,8 @@ theme-toggle {
display: grid;
gap: 1rem;
padding: max(1rem, 1.5vw);
background-color: rgba(var(--text-color), 0.06);
border: solid thin rgba(var(--text-color), 0.1);
background-color: rgba(var(--text-color), 0.02);
border-radius: 1rem;
&__icon {
height: 4rem;

View File

@ -310,14 +310,14 @@
name: 'Messenger',
description: 'Chat with your Bitcoin, Ethereum and FLO friends or use Bitcoin and FLO multisig.',
icon: ``,
appLink: '',
appLink: 'https://ranchimall.github.io/messenger/',
moreLink: '#/dapps/messenger'
},
{
name: 'FLO wallet',
description: 'A wallet for FLO',
icon: ``,
appLink: '',
appLink: 'https://ranchimall.github.io/flowallet/',
moreLink: '#/dapps/flo-wallet'
},
]