diff --git a/src/demo/css/toggle-dark.css b/src/demo/css/toggle-dark.css index 227a54ed..fdd2a2fc 100644 --- a/src/demo/css/toggle-dark.css +++ b/src/demo/css/toggle-dark.css @@ -15,6 +15,7 @@ a.darkmode { 0 0 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); transition: 0.2s ease-in box-shadow; + text-decoration: none; } a.darkmode:hover { diff --git a/src/demo/index.php b/src/demo/index.php index 81e97011..c3d44bfe 100644 --- a/src/demo/index.php +++ b/src/demo/index.php @@ -46,7 +46,6 @@ function gtag() { gtag('config', 'G-48CYVH0XEF');