Skip to content

Commit

Permalink
New favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed May 10, 2024
1 parent 8084146 commit 079133e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
9 changes: 7 additions & 2 deletions src/web/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ h1 {
background: hsla(220deg, 90%, 70%);
width: 100%;
padding: 0px 16px;
align-items: center;
}

.kuna header img {
filter: brightness(0%) invert();
}

.kuna header {
Expand All @@ -70,7 +75,7 @@ h1 {

.kuna header h1 {
font-size: inherit;
color: #000;
color: #fff;
}

.kuna a {
Expand All @@ -81,7 +86,7 @@ h1 {
.kuna header a,
.kuna header button {
display: inline-block;
padding: 0px 6px;
padding: 4px 6px;
background: none;
cursor: pointer;
border: none;
Expand Down
3 changes: 2 additions & 1 deletion src/web/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export function App() {
return (
<div className={darkMode.isDarkMode ? 'kuna dark-mode' : 'kuna'}>
<header>
<h1>mí Kuna</h1>
<img src="../favicon.ico" height="24" />
<h1>kuna</h1>
<nav style={{ marginLeft: 10 }}>
<NavLink to="/">Interactive</NavLink>
<NavLink to="/sentences">Sentences</NavLink>
Expand Down

0 comments on commit 079133e

Please sign in to comment.