diff options
Diffstat (limited to 'src/static/stylesheets')
| -rw-r--r-- | src/static/stylesheets/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/stylesheets/index.css b/src/static/stylesheets/index.css index 316daee..ea520fb 100644 --- a/src/static/stylesheets/index.css +++ b/src/static/stylesheets/index.css @@ -21,6 +21,14 @@ gap: 4px; } +.copyable { + cursor: pointer; +} + +.copyable:hover, .copyable:focus { + text-decoration: underline; +} + #basenamering { justify-content: start; gap: 30px; @@ -38,6 +46,11 @@ padding: 20px; } +#random-img { + padding: 20px; + max-width: 250px; +} + .button { image-rendering: auto; image-rendering: crisp-edges; |
