@@ -80,7 +80,7 @@ $sidebar-display: "sidebar-display";
8080 background : rgb (42 , 30 , 107 );
8181 background : var (--sidebar-bg );
8282 a {
83- @include sidebar-icon ;
83+ @include sidebar-links ;
8484 }
8585 .sidebar-bottom {
8686 .icon-border +a { // the icon behide mode-toggle
@@ -168,7 +168,7 @@ $sidebar-display: "sidebar-display";
168168
169169 #mode-toggle-wrapper {
170170 i {
171- @include sidebar-icon ;
171+ @include sidebar-links ;
172172 margin-right : 0 ;
173173 font-size : 1.05rem ;
174174 text-align : center ;
@@ -226,11 +226,10 @@ $sidebar-display: "sidebar-display";
226226 img {
227227 width : 100% ;
228228 height : 100% ;
229- background-size : cover ;
230- background-repeat : no-repeat ;
231- -webkit-transition : all .5s !important ;
232- -moz-transition : all .5s !important ;
233- transition : all .5s !important ;
229+ -webkit-transition : transform .5s ;
230+ -moz-transition : transform .5s ;
231+ transition : transform .5s ;
232+
234233 & :hover {
235234 -ms-transform : scale (1.2 );
236235 -moz-transform : scale (1.2 );
@@ -243,7 +242,7 @@ $sidebar-display: "sidebar-display";
243242#site-title {
244243 text-align : center ;
245244 a {
246- color : var (--site-title-color );
245+ // color: var(--site-title-color);
247246 font-weight : 900 ;
248247 font-size : 1.5rem ;
249248 letter-spacing : .5px ;
@@ -323,7 +322,6 @@ $sidebar-display: "sidebar-display";
323322 border : 1px solid var (--search-wrapper-bg );
324323 background : var (--search-wrapper-bg );
325324 padding : 0 .5rem ;
326- transition : background-color .15s ease-in-out ,border-color .15s ease-in-out ;
327325 i {
328326 z-index : 2 ;
329327 font-size : .9rem ;
@@ -921,6 +919,7 @@ table {
921919 box-shadow : none ;
922920 border-color : var (--input-focus-border-color ) !important ;
923921 background : center !important ;
922+ transition : background-color .15s ease-in-out ,border-color .15s ease-in-out ;
924923}
925924
926925/* --- Responsive Design ---*/
0 commit comments