Skip to content

Commit

Permalink
css 문법 오류 수정
Browse files Browse the repository at this point in the history
99%, 주석 앞에 빈 줄 수정
  • Loading branch information
BambooStreet committed Mar 15, 2024
1 parent f924ec3 commit 3fb29f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ $btn-mb: 0.5rem;
width: $sidebar-width;
z-index: 99;
background: var(--sidebar-bg);

/* 사이드바 배경 이미지 추가(아래 3줄) */
background: url('/assets/img/sidebar/인상-해돋이.jpg');
background-size: 100% 100%;
Expand Down Expand Up @@ -767,15 +768,17 @@ $btn-mb: 0.5rem;
letter-spacing: 0.25px;
margin-top: 1.25rem;
margin-bottom: 0.5rem;

/*색상 변경*/
/*color: rgba(254, 254, 254, 99%);*/
/*color: rgba(254, 254, 254, 0.99);*/
color: var(--site-title-color);

a {
@extend %clickable-transition;
@extend %sidebar-link-hover;

/*색상 변경*/
color: rgba(254, 254, 254, 99%);
color: rgba(254, 254, 254, 0.99);

/*color: var(--site-title-color);*/
}
Expand All @@ -793,7 +796,7 @@ $btn-mb: 0.5rem;
user-select: none;

/*색상 변경*/
color: rgba(254, 254, 254, 99%);
color: rgba(254, 254, 254, 0.99);
}

/* 사이드바의 네비게이션 색상 크기 변경*/
Expand All @@ -815,7 +818,7 @@ $btn-mb: 0.5rem;
font-weight: 600;

/*색상 변경*/
color: rgba(254, 254, 254, 99%);
color: rgba(254, 254, 254, 0.99);

&:hover {
background-color: var(--sidebar-hover-bg);
Expand All @@ -835,10 +838,7 @@ $btn-mb: 0.5rem;

&.active {
.nav-link {
/*색상 변경*/
color: rgba(254, 254, 254, 99%);
/*color: var(--sidebar-active-color);*/

color: var(--sidebar-active-color);
background-color: var(--sidebar-hover-bg);

span {
Expand Down

0 comments on commit 3fb29f9

Please sign in to comment.