From 3fb29f9056af6214ac86bd324b424cd1b223250c Mon Sep 17 00:00:00 2001 From: john Doe Date: Fri, 15 Mar 2024 18:55:58 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EB=AC=B8=EB=B2=95=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 99%, 주석 앞에 빈 줄 수정 --- _sass/addon/commons.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index a30b5307667..da786a5fbdc 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -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%; @@ -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);*/ } @@ -793,7 +796,7 @@ $btn-mb: 0.5rem; user-select: none; /*색상 변경*/ - color: rgba(254, 254, 254, 99%); + color: rgba(254, 254, 254, 0.99); } /* 사이드바의 네비게이션 색상 크기 변경*/ @@ -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); @@ -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 {