Skip to content

Commit 035e711

Browse files
Add terminal intro styling to main.scss
1 parent 78a0c5e commit 035e711

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ search: false
2525
from { opacity: 0; }
2626
to { opacity: 1; }
2727
}
28+
29+
.terminal-intro {
30+
font-family: 'Courier New', monospace;
31+
color: #0f0;
32+
background: #000;
33+
padding: 1rem;
34+
border-radius: 5px;
35+
}

0 commit comments

Comments
 (0)