Skip to content

Commit

Permalink
Added color to fav button
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Oct 18, 2024
1 parent a9e69ee commit 7502419
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/sass/dark_theme.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ html[data-theme='dark']
--cookies-background-color: #{$gray-700}
--cookies-link-color: #{$primary-100}
--cookies-text-color: #{$white}
--fav-button-color: #{$white}
--link-color: #{$primary-300}
--searchbar-background-color: #{$gray-700}
--searchbar-text-color: #{$white}
Expand Down
1 change: 1 addition & 0 deletions assets/sass/light_theme.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ html[data-theme='light']
--cookies-background-color: #{$white}
--cookies-link-color: #{$blue}
--cookies-text-color: #{$black}
--fav-button-color: #{$primary-500}
--link-color: #{$primary-300}
--searchbar-background-color: #{$gray-100}
--searchbar-text-color: #{$black}
Expand Down
2 changes: 2 additions & 0 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ html
font-size: 62.5%

.fav__button
font-size: 2.5rem
width: 24px
cursor: pointer
color: var(--fav-button-color)

.search
margin: 30px 0
Expand Down

0 comments on commit 7502419

Please sign in to comment.