Skip to content

Commit 4ba91d4

Browse files
Restyle top bar
New logo, new colors,...
1 parent a4847fe commit 4ba91d4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/images/logo_and_name.png

12.3 KB
Loading

src/index.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ body {
66
}
77

88
header {
9-
background-color: #0060a0;
9+
background-color: #18222E;
1010
color: #fff;
1111
text-align: left;
12-
padding: 0.4em 1em 0.2em 10em;
12+
padding: 0.5em;
1313
}
1414

1515
footer {
@@ -37,8 +37,7 @@ footer a:hover {
3737
}
3838

3939
header .logo {
40-
font-size: xx-large;
41-
display: inline;
40+
width: 25%;
4241
}
4342

4443
header h1 {

src/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<body>
2323
<div class="container">
2424
<header>
25-
<p class="logo"></p>
26-
<h1>PeerViewer</h1>
27-
<p>The peer-to-peer remote desktop and support solution, completely free for unlimited personal and commercial use.</p>
25+
<img src="../images/logo_and_name.png" class="logo"/>
2826
</header>
2927
<div class="menu">
3028
<div class="menuitem"><button class="menubutton menubuttonselected" onclick="menuChange(event,0)">Remote</button></div>

0 commit comments

Comments
 (0)