diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 20:07:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 20:07:31 +0200 |
| commit | 883257c9be04330be545fad2dd16988ec7e44c90 (patch) | |
| tree | 66e3d01d92ec3526e8bfa7b941a570041cf505c1 | |
| parent | e337ec4b9bec6a505f219e3a429c205a8e36dc4c (diff) | |
Fix double border/glow on commission example thumbnails
Remove duplicate border and hover styles from commission-type-example
since the global gallery-item class already handles these.
| -rw-r--r-- | src/Pages/commissions/commissions.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index ae1a6a9..626faca 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -163,16 +163,10 @@ width: 150px; height: 150px; } - .commission-type-example img { + .commission-type-example .gallery-item { width: 100%; height: 100%; - object-fit: cover; - border: 1px solid rgba(255, 0, 255, 0.3); - cursor: pointer; - transition: border-color 0.3s ease; - } - .commission-type-example a:hover img { - border-color: #00ffff; + display: block; } @media (max-width: 500px) { .commission-type { |
