Skip to content
Snippets Groups Projects
Commit 8e0f5fe6 authored by yahiko's avatar yahiko
Browse files

Add shadow behin images for the light theme

parent 33e6fc6f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
--bg-quote-color: #252526;
--body-font: 'Georgia', serif;
--global-width: 100ch;
/* --img-shadow: 0; */
}
......@@ -20,6 +21,7 @@
--txt-color: #333333;
--txt-hover: #747474;
--bg-quote-color: #eff2f8;
--img-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
......@@ -197,6 +199,7 @@ article.article-page {
margin: 2em auto 0 auto;
max-width: 90%;
max-height: 20%;
box-shadow: var(--img-shadow);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment