diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-13 00:27:45 +0800 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-13 00:27:45 +0800 |
commit | 717ba4c71c86cb2d49d731caeed82ce8bec0c057 (patch) | |
tree | cca4f038f3f5e54f221d789ceba4e2f64956fce8 /style.css | |
parent | a2aa2a68bc7868320b502a78765be597e507ce45 (diff) |
images history improvement
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ padding-right: 0.25em;
margin: 0.1em 0;
opacity: 0%;
- cursor: default;
+ cursor: default;
}
.output-html p {margin: 0 0.5em;}
@@ -442,7 +442,7 @@ input[type="range"]{ }
.red {
- color: red;
+ color: red;
}
.gallery-item {
|