File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1821,11 +1821,7 @@ textarea {
18211821}
18221822
18231823.site-content > # projects .section {
1824- background : none;
1825- }
1826-
1827- .site-content > # projects .section ::before {
1828- background : none;
1824+ background : var (--section-bg , var (--content-bg ));
18291825}
18301826
18311827.section-inner {
@@ -3445,7 +3441,7 @@ textarea {
34453441 }
34463442
34473443 .site-content > # projects .section {
3448- background : none ;
3444+ background : var ( --section-bg , var ( --content-bg )) ;
34493445 }
34503446
34513447 body ::after {
Original file line number Diff line number Diff line change @@ -1222,6 +1222,7 @@ export default function TerminalCanvas({
12221222 noDoor : "KAPI YOK" ,
12231223 interactDoor : "E: Kapı" ,
12241224 interactPickup : "E: Al" ,
1225+ interactExit : "E: Çıkış" ,
12251226 exitReady : "ÇIKIŞ" ,
12261227 nextLevel : "BÖLÜM" ,
12271228 ammoPlus : "MERMİ +" ,
@@ -1281,6 +1282,7 @@ export default function TerminalCanvas({
12811282 noDoor : "NO DOOR" ,
12821283 interactDoor : "E: Door" ,
12831284 interactPickup : "E: Pickup" ,
1285+ interactExit : "E: Exit" ,
12841286 exitReady : "EXIT" ,
12851287 nextLevel : "LEVEL" ,
12861288 ammoPlus : "AMMO +" ,
You can’t perform that action at this time.
0 commit comments