Skip to content

Commit

Permalink
XXXXXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
flight025 committed Jan 16, 2024
1 parent 2b45534 commit d84a0bd
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions css/waline.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit d84a0bd

Please sign in to comment.