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 = {
50
50
label : "📚 GitHub Basics" ,
51
51
className : "custom-sidebar-basics" ,
52
52
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" ,
58
58
] ,
59
59
} ,
60
60
{
Original file line number Diff line number Diff line change @@ -402,7 +402,9 @@ html[data-theme="light"] {
402
402
.form-textarea {
403
403
width : 100% ;
404
404
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 */
406
408
border : 1px solid var (--contact-input-border );
407
409
border-radius : 0.75rem ;
408
410
color : var (--contact-text-primary );
You can’t perform that action at this time.
0 commit comments