Skip to content
Snippets Groups Projects
Commit 58fa8c4a authored by syuilo's avatar syuilo
Browse files

🎨

parent 789d61d1
No related branches found
No related tags found
No related merge requests found
......@@ -389,21 +389,25 @@ async function deleteProfile() {
color: var(--fg);
&:hover {
background: var(--X2);
background: var(--panelHighlight);
}
&:disabled {
cursor: default;
> .navButtonIcon {
opacity: 0.5;
}
&:active {
background: var(--X2);
}
}
.postButton {
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
color: var(--fgOnAccent);
&:hover {
background: linear-gradient(90deg, var(--X8), var(--X8));
}
&:active {
background: linear-gradient(90deg, var(--X8), var(--X8));
}
}
.navButtonIcon {
......
......@@ -337,21 +337,25 @@ $widgets-hide-threshold: 1090px;
color: var(--fg);
&:hover {
background: var(--X2);
background: var(--panelHighlight);
}
&:disabled {
cursor: default;
> .navButtonIcon {
opacity: 0.5;
}
&:active {
background: var(--X2);
}
}
.postButton {
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
color: var(--fgOnAccent);
&:hover {
background: linear-gradient(90deg, var(--X8), var(--X8));
}
&:active {
background: linear-gradient(90deg, var(--X8), var(--X8));
}
}
.navButtonIcon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment