File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ const sidebars: SidebarsConfig = {
5050 label : "📚 GitHub Basics" ,
5151 className : "custom-sidebar-basics" ,
5252 items : [
53- ' GitHub/GitHub-basics/create-github-repo' ,
54- ' GitHub/GitHub-basics/github-repo-command-line' ,
55- ' GitHub/GitHub-basics/how-to-clone-repository' ,
56- ' GitHub/GitHub-basics/how-to-fork' ,
57- ' GitHub/GitHub-basics/first-opensource-code' ,
53+ " GitHub/GitHub-basics/create-github-repo" ,
54+ " GitHub/GitHub-basics/github-repo-command-line" ,
55+ " GitHub/GitHub-basics/how-to-clone-repository" ,
56+ " GitHub/GitHub-basics/how-to-fork" ,
57+ " GitHub/GitHub-basics/first-opensource-code" ,
5858 ] ,
5959 } ,
6060 {
Original file line number Diff line number Diff line change @@ -402,7 +402,9 @@ html[data-theme="light"] {
402402.form-textarea {
403403 width : 100% ;
404404 padding : 0.875rem 1rem ;
405- background : var (--contact-input-bg ); /* Already defined, but ensure it's applied */
405+ background : var (
406+ --contact-input-bg
407+ ); /* Already defined, but ensure it's applied */
406408 border : 1px solid var (--contact-input-border );
407409 border-radius : 0.75rem ;
408410 color : var (--contact-text-primary );
You can’t perform that action at this time.
0 commit comments