Skip to content

Commit

Permalink
🖼️ chore(assets): update github.png
Browse files Browse the repository at this point in the history
🎨 style(index.css): update color variables and button styles for better visual consistency
  • Loading branch information
romantech committed Feb 1, 2024
1 parent 9f1dc55 commit f152cbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Binary file modified assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:root {
--text-white: #e3e3e3;
--bg-black: #231f20;
--text-white: #f5f5f5;
--bg-black: #18314f;
--bg-blue: #6990f6;
}

body {
Expand Down Expand Up @@ -49,22 +50,22 @@ header {

.button-group {
display: flex;
gap: 6px;
gap: 2px;
}

.button-group > button {
font-size: 1rem;
font-size: 0.8rem;
cursor: pointer;
}

.audio-toggle {
border: none;
padding: 0;
margin: 0;
margin: 0 0 0 4px;
text-decoration: none;
background-color: transparent;

width: 24px;
width: 20px;
height: auto;
background-image: url('./assets/sound-off.png');
background-size: cover;
Expand All @@ -79,12 +80,13 @@ header {
}

.github-link > img {
width: 24px;
width: 28px;
height: auto;
}

.control {
background-color: #6990f6;
background-color: var(--bg-blue);
border-bottom: #5c84f5 1px solid;
display: flex;
align-items: center;
padding: 0 1rem;
Expand Down

0 comments on commit f152cbd

Please sign in to comment.