From d84a0bdb522f16cab5a209367ae4756773f1eac0 Mon Sep 17 00:00:00 2001 From: flight025 Date: Tue, 16 Jan 2024 10:56:54 +0800 Subject: [PATCH] XXXXXXX --- css/waline.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/css/waline.css b/css/waline.css index f0d3b6d41b..6918d6aec8 100644 --- a/css/waline.css +++ b/css/waline.css @@ -3,8 +3,8 @@ --waline-white: #fff; --waline-light-grey: #999; --waline-dark-grey: #666; - --waline-theme-color: #27ae60; - --waline-active-color: #2ecc71; + --waline-theme-color: #b7604b; + --waline-active-color: #efa00d; --waline-color: #444; --waline-bgcolor: #fff; --waline-bgcolor-light: #f8f8f8; @@ -310,6 +310,19 @@ font-size: 0.875em; resize: vertical; } +.wl-editor { + background-image: url(https://css-1252531711.cos.ap-chongqing.myqcloud.com/picture/unnamed.jpg); + background-size: 15%; + background-repeat: no-repeat; + background-position: right bottom; + background-color: rgba(255, 255, 255, 0); + resize: vertical +} +.wl-editor:focus{ + background-position-x: 800px; + background-position-y: 1000px; + transition: all 0.2s ease-in-out 0s; +} .wl-preview { padding: 0 0.5em 0.5em; }