diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-28 19:41:06 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-28 19:41:06 +0100 |
commit | 76327f1d26a6bce69192a140fc4fa05528fc2f6d (patch) | |
tree | f7cc08650389074925c4fdf3ac49b9b8ba497191 /yomichan/sentence-export.css | |
parent | 8f75fa200e1042f09f0fe3c4805f5600e3567f54 (diff) |
sentence export working
Diffstat (limited to 'yomichan/sentence-export.css')
-rw-r--r-- | yomichan/sentence-export.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yomichan/sentence-export.css b/yomichan/sentence-export.css new file mode 100644 index 0000000..eb2ecea --- /dev/null +++ b/yomichan/sentence-export.css @@ -0,0 +1 @@ +.icon[data-icon=copy] { --icon-image: url(/images/copy.svg); } |