Skip to content

Commit c02dd88

Browse files
committed
Reverted to the old sizing and color of the hostname.
1 parent 7b0b2e6 commit c02dd88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sass/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
h1 > img {
77
height: 1em;
8-
padding: 0 .25em 0 0;
8+
line-height: 60px;
99
vertical-align: middle;
1010
width: auto;
1111
}
@@ -26,8 +26,8 @@ td > img {
2626
}
2727

2828
.hostname {
29-
color: rgb(255, 255, 255);
30-
font-size: 24px;
29+
color: rgb(99, 187, 178);
30+
font-size: 32px;
3131
line-height: 60px;
3232
overflow: hidden;
3333
text-overflow: ellipsis;

0 commit comments

Comments
 (0)