aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-09 17:07:20 +0100
committerAkshay <[email protected]>2020-04-09 17:07:20 +0100
commitd4c835c33ed4ed9add5a13f0a4745cdc8491fcaf (patch)
tree416a366ddcead874ca58f9d9bb35bcf2b7144dfa /docs/style.css
parent93618e9ff0419c5222b17bbb80b1a75e6cee425b (diff)
new post: Pixel art in GIMP
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index f95623f..898cbee 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -158,7 +158,7 @@ img {
158 max-width: 100%; 158 max-width: 100%;
159 border: 2px solid var(--dark-white); 159 border: 2px solid var(--dark-white);
160 border-radius: 0.4rem; 160 border-radius: 0.4rem;
161 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.15); 161 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.10);
162} 162}
163 163
164hr { 164hr {