Skip to content

Commit c45c382

Browse files
committed
fix: add custom winbox class
1 parent f4039f2 commit c45c382

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

097-terminal style landing page/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ p {
7575
margin: 20px 0;
7676
}
7777

78+
/* Customize WinBox */
79+
.wb-body {
80+
background-color: #111;
81+
padding: 20px;
82+
}
83+
7884
.cursor {
7985
font-weight: 700;
8086
animation: 1s blink step-end infinite;

0 commit comments

Comments
 (0)