Skip to content

Commit

Permalink
Reverted to the old sizing and color of the hostname.
Browse files Browse the repository at this point in the history
  • Loading branch information
xcjs committed Oct 9, 2016
1 parent 7b0b2e6 commit c02dd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

h1 > img {
height: 1em;
padding: 0 .25em 0 0;
line-height: 60px;
vertical-align: middle;
width: auto;
}
Expand All @@ -26,8 +26,8 @@ td > img {
}

.hostname {
color: rgb(255, 255, 255);
font-size: 24px;
color: rgb(99, 187, 178);
font-size: 32px;
line-height: 60px;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit c02dd88

Please sign in to comment.