Skip to content

Commit

Permalink
convert data uris
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Aug 9, 2024
1 parent 123d1fe commit 2732916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ext.DarkMode.less
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
.filehistory a img,
#file img {
/* stylelint-disable-next-line function-url-quotes */
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f9fafb' d='M0 0h16v16H0z' paint-order='markers stroke fill'/%3E%3C/svg%3E")
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23f9fafb" d="M0 0h16v16H0z" paint-order="markers stroke fill"/></svg>')
repeat;
background-color: #f9fafb;
}
Expand Down

0 comments on commit 2732916

Please sign in to comment.