You've already forked gitea-banana-theme
banana v3
This commit is contained in:
@@ -16,7 +16,8 @@ export const tippyBox = css`
|
||||
border: unset;
|
||||
box-shadow: ${themeVars.github.shadow.floating.small};
|
||||
&:hover {
|
||||
transform: translateY(-4px); // 增强上移效果
|
||||
position: relative;
|
||||
top: -4px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 6px 8px rgba(0, 0, 0, 0.1); // 增强阴影
|
||||
}
|
||||
}
|
||||
@@ -45,7 +46,8 @@ export const tippyBox = css`
|
||||
font-weight: 500; // 增加字体粗细
|
||||
&:hover {
|
||||
background-color: ${themeVars.github.control.transparent.bgColor.hover};
|
||||
transform: translateX(4px); // 增强右移效果
|
||||
position: relative;
|
||||
left: 4px;
|
||||
color: ${themeVars.color.primary.self}; // 改变文字颜色
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user