diff --git a/index.html b/index.html index 0f83e52..adf3455 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
  • Nord
  • - 动森 + Animal Crossing
  • diff --git a/style.css b/style.css index 3f64155..3bd592e 100644 --- a/style.css +++ b/style.css @@ -1643,7 +1643,24 @@ html[data-design-theme="animal-crossing"] body { html[data-design-theme="animal-crossing"] .design-theme-button, html[data-design-theme="animal-crossing"] .theme-toggle { - border-radius: 14px; + border-radius: 50px; + box-shadow: rgb(189, 174, 160) 0px 5px 0px 0px; + font-weight: 600; + transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); +} + +html[data-design-theme="animal-crossing"] .design-theme-button:hover, +html[data-design-theme="animal-crossing"] .theme-toggle:hover { + transform: translateY(-2px); + box-shadow: rgb(189, 174, 160) 0px 7px 0px 0px; + border-color: rgba(109, 188, 126, 0.45); +} + +html[data-design-theme="animal-crossing"] .design-theme-button:active, +html[data-design-theme="animal-crossing"] .theme-toggle:active { + transform: translateY(5px); + box-shadow: none; + transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1); } html[data-design-theme="animal-crossing"] .card { @@ -1674,7 +1691,6 @@ html[data-design-theme="animal-crossing"] .card p { html[data-design-theme="animal-crossing"] .card:hover, html[data-design-theme="animal-crossing"] .card:focus { - color: var(--accent); transform: translateY(-2px); border-color: rgba(109, 188, 126, 0.45); box-shadow: @@ -1793,6 +1809,19 @@ html[data-theme="dark"][data-design-theme="animal-crossing"] inset 0 1px 0 rgba(255, 255, 255, 0.04); } +html[data-theme="dark"][data-design-theme="animal-crossing"] + .design-theme-button, +html[data-theme="dark"][data-design-theme="animal-crossing"] .theme-toggle { + box-shadow: rgb(15, 30, 15) 0px 5px 0px 0px; +} + +html[data-theme="dark"][data-design-theme="animal-crossing"] + .design-theme-button:hover, +html[data-theme="dark"][data-design-theme="animal-crossing"] + .theme-toggle:hover { + box-shadow: rgb(15, 30, 15) 0px 7px 0px 0px; +} + html[data-theme="dark"][data-design-theme="animal-crossing"] .beian a { color: #b0c8a0; }