Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 349637e

Browse files
committed
Update the site logo to mono color.
1 parent 8490cec commit 349637e

File tree

4 files changed

+9
-832
lines changed

4 files changed

+9
-832
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body class="">
1414
<div class="header">
1515
<div class="logo">
16-
<img src="resources/images/icon_192x192.png" alt="Logo">
16+
<img src="resources/images/icon_32x32@2x.png" alt="Logo">
1717
<h1>Yu Writer Pro</h1>
1818
</div>
1919
<div class="intro">

docs/resources/css/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ a {
2929
left: 16px;
3030
top: 16px;
3131
border-style: none;
32-
width: 32px; }
32+
width: 32px;
33+
height: 32px;
34+
opacity: .9; }
3335
.header .logo h1 {
3436
font-size: 1.2em;
3537
line-height: 32px;
3638
letter-spacing: 1px;
3739
margin-left: 40px;
3840
font-weight: 500;
39-
color: rgba(255, 255, 255, 0.8); }
41+
color: rgba(255, 255, 255, 0.9); }
4042
.header .intro {
4143
padding-left: 32px;
4244
padding-right: 32px;
2.25 KB
Loading

0 commit comments

Comments
 (0)