增加克隆协议选择按钮样式

This commit is contained in:
lutinglt
2025-02-06 18:14:43 +08:00
parent 174b643896
commit 53f074ba79
3 changed files with 23 additions and 13 deletions

View File

@@ -35,12 +35,30 @@
margin-left: 16px;
button {
padding: 15px 12px;
transition: none;
color: #f0f6fc !important;
padding: 6px 8px;
margin: 8px 0;
&:hover {
background: var(--color-hover);
border-radius: var(--border-radius);
}
&.active:after {
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 2px;
background: #f78166;
}
}
.item.active {
border-bottom: 2px solid #f78166;
border-bottom: 0;
position: relative;
}
}

View File

@@ -210,7 +210,7 @@
--color-light: #00000028;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: #3d444d;
--color-hover: #1e242a;
--color-hover: #656c7633;
--color-active: #161a21;
--color-menu: #0d1117;
--color-card: #0d1117;