aboutsummaryrefslogtreecommitdiff
path: root/src/scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss')
-rw-r--r--src/scss/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scss/style.scss b/src/scss/style.scss
index 0c33e20..0d112e5 100644
--- a/src/scss/style.scss
+++ b/src/scss/style.scss
@@ -53,6 +53,9 @@ ul {
li {
line-height: 1.15em;
+ &:last-child {
+ margin-bottom: 1rem;
+ }
}
a {
@@ -231,6 +234,7 @@ section[data-scroll] .content {
& img {
box-shadow: 0 0 150px $background;
width: 100%;
+ filter: brightness(0.9) contrast(1.05) saturate(1.05);
}
}