Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Sep 12, 2022
1 parent f3195c9 commit fc4a412
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file modified pages/index/zh/favicon.ico
Binary file not shown.
10 changes: 9 additions & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#navbar h2 {
color: ${main_color};
}
#navbar .site_logo {
margin-right: 0.5em;
}
#page_footer {
margin-top: 0;
}
Expand All @@ -16,11 +19,16 @@
width: 100%;
text-align: center;
}
#home_page #navbar {
#navbar {
background: white;
z-index: 98;
box-shadow: 0px 0px 5px 0px #e4e4e4;
}
.dark #navbar {
background: #161616;
z-index: 98;
box-shadow: 0px 0px 5px 0px #0000002e;
}
#home_page .logo {
height: 2em;
vertical-align: middle;
Expand Down
Binary file removed static/image/logo.jpg
Binary file not shown.
Binary file modified static/image/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/image/teedoc_logo.png
Binary file not shown.

0 comments on commit fc4a412

Please sign in to comment.