Mercurial
diff mrjunejune/pages/base.css @ 82:1ded13720541
Added new logos.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 12:45:22 -0800 |
| parents | d55157451947 |
| children |
line wrap: on
line diff
--- a/mrjunejune/pages/base.css Thu Jan 01 08:24:06 2026 -0800 +++ b/mrjunejune/pages/base.css Thu Jan 01 12:45:22 2026 -0800 @@ -234,30 +234,6 @@ } } -/* Dark mode toggle button */ -.dark-mode-toggle { - position: fixed; - top: 20px; - left: 20px; - width: 40px; - height: 40px; - border-radius: 50%; - background: var(--white); - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - font-size: 20px; - transition: all 0.3s ease; - z-index: 1000; - box-shadow: 0 2px 8px rgba(0,0,0,0.2); -} - -.dark-mode-toggle:hover { - transform: scale(1.1); - box-shadow: 0 4px 12px rgba(0,0,0,0.3); -} - a { text-decoration: underline; }