generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tried fixing comments and added dark mode (hopefully)
- Loading branch information
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,14 @@ | |
<script type="text/javascript" src="/js/highlightjs/languages/tsql.min.js"></script> | ||
|
||
<script type="text/javascript"> hljs.highlightAll(); </script> | ||
|
||
<!-- dark theme using DarkReader --> | ||
<script src="//unpkg.com/[email protected]/darkreader.js"></script> | ||
<script type="text/javascript"> | ||
DarkReader.setFetchMethod(window.fetch); // Fix to remedy CORS errors in chrome console | ||
//DarkReader.enable(); | ||
DarkReader.auto( {brightness: 100, contrast: 90, sepia: 10} ); | ||
</script> | ||
|
||
<!-- end highlight.js support --> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Hello! Welcome to my blog! | ||
Hello! Welcome to my blog! | ||
Here i post guides and updates. | ||
|
||
|