Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghun authored and jeonghun committed Dec 14, 2023
1 parent 8e68499 commit 737db7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ timezone: Asia/Shanghai

title: invhun # the main title

tagline: 논문, 코드리뷰 등 \n학습 기록 블로그입니다 # it will display as the sub-title
tagline: 논문, 코드리뷰 등 /n학습 기록 블로그입니다 # it will display as the sub-title

description: >- # used by seo meta and the atom feed
Blog
Expand Down
10 changes: 5 additions & 5 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -686,11 +686,11 @@ $btn-mb: 0.5rem;
position: fixed;
top: 0;
left: 0;
height: 200%;
height: 100%;
overflow-y: auto;
width: $sidebar-width;
z-index: 99;
background: url('/assets/img/background/background_paris_s.jpg');
background: var(--sidebar-bg);
border-right: 1px solid var(--sidebar-border-color);

/* Hide scrollbar for Chrome, Safari and Opera */
Expand Down Expand Up @@ -751,13 +751,13 @@ $btn-mb: 0.5rem;
@extend %clickable-transition;
@extend %sidebar-link-hover;

color: rgba(254, 254, 254, 0.99);
color: var(--site-title-color);
}
}

.site-subtitle {
font-size: 95%;
color: rgba(254, 254, 254, 0.99);
color: var(--site-subtitle-color);
margin-top: 0.25rem;
word-spacing: 1px;
-webkit-user-select: none;
Expand Down Expand Up @@ -1535,4 +1535,4 @@ search {
}
}
}
} /* min-width: 1650px */
} /* min-width: 1650px */

0 comments on commit 737db7e

Please sign in to comment.