Skip to content

Commit

Permalink
fix some general bug and improve quality
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat-gyver committed Jun 28, 2020
1 parent 634cf24 commit b7fc0ff
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ pre {
}

header.sticky-top {
overflow: hidden;
z-index: 9999;
}

Expand All @@ -319,7 +320,7 @@ header.sticky-top {
}

.top-100 {
top: 100px;
top: 50px;
}

.navbar {
Expand Down Expand Up @@ -518,7 +519,7 @@ header.sticky-top {
font-size: 15px;
}

.ui-menu-item a:hover{
.ui-menu-item a:hover {
color: var(--primary-color);
}

Expand Down Expand Up @@ -621,7 +622,7 @@ textarea.form-control {
background: var(--primary-color);
opacity: .3;
left: 0;
top: 18px;
top: 17px;
}

.post-meta {
Expand Down Expand Up @@ -787,6 +788,10 @@ li.sidelist li a {
color: var(--primary-color);
}

.sidelist li.sidelist.active::before{
opacity: 1;
}

.page-list li a {
display: none;
}
Expand Down Expand Up @@ -930,4 +935,10 @@ code {
right: 20px;
top: 18px;
font-size: 14px;
}
i{
transition: .2s ease;
}
a:hover i {
color: var(--primary-color);
}

0 comments on commit b7fc0ff

Please sign in to comment.