diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:52:13 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:52:13 +0300 |
commit | b1c85503d692eba7bc6fab5d10cb153e4da08a26 (patch) | |
tree | dd39c403912a7704fb6cefa3d156eb79b759ad14 /src/components | |
parent | 009dca3402f1c7c2784adc37f224e1fcc31546ed (diff) | |
download | popov.link-b1c85503d692eba7bc6fab5d10cb153e4da08a26.tar.xz popov.link-b1c85503d692eba7bc6fab5d10cb153e4da08a26.zip |
revert: update comment section theme
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Comments.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Comments.astro b/src/components/Comments.astro index dd50edb..5474d89 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -10,7 +10,7 @@ const reactions = "1"; const repo = "valentineus/popov.link"; const repoId = "R_kgDOJfmscg"; const strict = "1"; -const theme = "noborder_dark"; +const theme = "transparent_dark"; --- <script |