This commit is contained in:
ken 2026-07-09 10:11:31 +08:00
parent 0f8db5a367
commit 5ef5f3b72c
2 changed files with 6 additions and 8 deletions

View File

@ -2583,18 +2583,17 @@
.i-annc__entry-title {
margin-bottom: 0;
margin-top: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
// clear: both;
}
.i-annc__title {
font-family: $main-font;
color: $theme-color-main;
text-decoration: none;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
@extend .i-title;
&:hover {
color: $theme-color-second;

View File

@ -2,7 +2,7 @@
@import "../initial";
.sitemenu{
z-index: 1;
z-index: 10;
position: relative;
}
.sitemenu-title{
@ -77,7 +77,6 @@
}
.sitemenu-link.level-2 {
color: $theme-white;
font-size: 1rem;
padding: 0.25em 0.625rem;