update image border color for picrews

This commit is contained in:
emma 2025-01-11 17:56:57 -05:00
parent 8c44427b2e
commit 4bf92aea30
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
--link-hover: #FF1493;
--link-visited: #8A2BE2;
--link-color: #4B0082;
--border-color: #DB7093;
}
@ -196,7 +197,7 @@ main section ul li {
}
.picrew-gallery img {
border: 4px solid #17b794;
border: 4px solid var(--border-color);
border-radius: 5%;
}