From 0e60bbee4d88fa743b1eb6858b0fc459fa72749e Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 18 May 2026 04:04:18 -0600 Subject: [PATCH] style: run prettier after minecraft theme --- style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 5ade44d..61d347c 100644 --- a/style.css +++ b/style.css @@ -1940,9 +1940,7 @@ html[data-design-theme="minecraft"] .design-theme-list [role="option"] { border-radius: 0; } -html[data-design-theme="minecraft"] - .design-theme-list - [role="option"]:hover, +html[data-design-theme="minecraft"] .design-theme-list [role="option"]:hover, html[data-design-theme="minecraft"] .design-theme-list [role="option"][aria-selected="true"] { @@ -2016,7 +2014,12 @@ html[data-theme="light"][data-design-theme="minecraft"] { --accent-3: #8b6914; --accent-secondary-rgb: 135, 206, 235; - --page-gradient: linear-gradient(180deg, #87ceeb 0%, #c9e8f7 50%, #f0f8ff 100%); + --page-gradient: linear-gradient( + 180deg, + #87ceeb 0%, + #c9e8f7 50%, + #f0f8ff 100% + ); --page-texture: none; --title-gradient: linear-gradient(135deg, #5c9e40 0%, #8b6914 100%);