Skip to content

Commit

Permalink
Merge pull request #724 from saumyayadav25/user-saumya
Browse files Browse the repository at this point in the history
Blog page dark mode update
  • Loading branch information
dohinafs authored Nov 8, 2024
2 parents 6337f7c + 8f0c595 commit 711894e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,19 @@
}
.btn:hover {
background-color: #ff6347;
color: #151515;
transform: scale(1.05);
}
[data-theme="dark"] {
--background-color: #151515;
--text-color: #ffffff;
.site-title{
color: #ff6b51;
}
#mode-label{
color: white;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -255,6 +266,6 @@ <h3>Ice Cream Social: Hosting the Perfect Party</h3>
domain="www.chatbase.co"
defer>
</script>
<script src="./darkMode.js"></script>
<script src="darkMode.js"></script>
</body>
</html>

0 comments on commit 711894e

Please sign in to comment.