Skip to content

Commit 2a800fe

Browse files
committed
add styles to #logo in case it contains text
1 parent 7169492 commit 2a800fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/gitit.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ h6 > a:link, h6 > a:active, h6 > a:hover, h6 > a:focus, h6 > a:visited {
2929
}
3030

3131
#logo > a {
32+
color: #777;
3233
display: block !important;
34+
font-family: serif;
35+
font-size: 1.2em;
36+
font-weight: bold;
37+
}
38+
39+
#logo > a:hover {
40+
text-decoration: none;
3341
}
3442

3543
#logo img {

0 commit comments

Comments
 (0)