mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-21 18:49:24 -05:00
add navButton shadow
This commit is contained in:
parent
1d7924d3c4
commit
8d9093d534
2 changed files with 2 additions and 0 deletions
packages/frontend/src/ui
|
@ -444,6 +444,7 @@ body {
|
|||
border-radius: 70% / 100%;
|
||||
background: var(--MI_THEME-panel);
|
||||
color: var(--MI_THEME-fg);
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
||||
|
||||
&:hover {
|
||||
background: var(--MI_THEME-panelHighlight);
|
||||
|
|
|
@ -422,6 +422,7 @@ $widgets-hide-threshold: 1090px;
|
|||
border-radius: 70% / 100%;
|
||||
background: var(--MI_THEME-panel);
|
||||
color: var(--MI_THEME-fg);
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
||||
|
||||
&:hover {
|
||||
background: var(--MI_THEME-panelHighlight);
|
||||
|
|
Loading…
Add table
Reference in a new issue