Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: show toggle theme toggle btn in safari (#91)
Browse files Browse the repository at this point in the history
* fix: show toggle theme toggle btn in safari

* fix: minor css fix

* fix: fix lint errors

* fix: remove update hook

* fix: fix spacing and naming
  • Loading branch information
amareshsm authored Jul 9, 2022
1 parent f3b1f78 commit 2931d4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 51 deletions.
2 changes: 0 additions & 2 deletions src/_includes/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
});
}
</script>
<script src="{{ '/assets/js/themes.js' | url }}"></script>

<link rel="stylesheet" type="text/css" href="{{ '/assets/css/styles.css' | url }}">
</head>
Expand All @@ -111,7 +110,6 @@
<script src="{{ '/assets/js/[email protected]' | url }}"></script>
<script src="{{ '/assets/js/focus-visible.js' | url }}"></script>
<script src="{{ '/assets/js/select.js' | url }}"></script>
<script src="{{ '/assets/js/themes.js' | url }}"></script>
<script src="{{ '/assets/js/main.js' | url }}"></script>
{% include 'partials/analytics.html' %}

Expand Down
44 changes: 0 additions & 44 deletions src/assets/js/themes.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/assets/scss/components/social-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin: 0;
padding: 0;
margin-left: -1rem;
margin-inline-start: -1rem;
margin-inline-start: -0.8rem;
display: inline-flex;

li {
Expand Down
20 changes: 16 additions & 4 deletions src/playground/components/ThemeSwitcher.js

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

0 comments on commit 2931d4b

Please sign in to comment.