xwz
This commit is contained in:
parent
8d528b7b18
commit
85f9387a65
|
|
@ -485,16 +485,15 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
.scrollmenu::-webkit-scrollbar { display: none; }
|
||||
|
||||
.scrollmenu a {
|
||||
white-space: nowrap;
|
||||
padding: 6px 14px;
|
||||
border-radius: var(--radius-full);
|
||||
font-size: 0.78rem;
|
||||
font-weight: 500;
|
||||
color: var(--text-secondary);
|
||||
text-decoration: none;
|
||||
transition: all var(--transition-fast);
|
||||
border: 1px solid transparent;
|
||||
flex-shrink: 0;
|
||||
white-space: nowrap;
|
||||
padding: 1rem 0;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--text-muted);
|
||||
text-decoration: none;
|
||||
transition: var(--transition-fast);
|
||||
border-bottom: 2px solid transparent;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.scrollmenu a:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user