Skip to content

Commit 2705cdd

Browse files
committed
Style username@hostname span
1 parent 0b10852 commit 2705cdd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ body{
1212
color: whitesmoke;
1313
overflow: hidden;
1414
font-size: 25px;
15-
1615
}
1716

1817
#shellinput{
@@ -25,4 +24,9 @@ body{
2524

2625
#shellinput:focus{
2726
outline: none;
27+
}
28+
29+
#uname-hname{
30+
color: whitesmoke;
31+
font-size: 25px;
2832
}

0 commit comments

Comments
 (0)