Skip to content

Commit 919d730

Browse files
committed
slight css changes
1 parent f010f3f commit 919d730

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_sass/minima/_base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ h3 {
143143
border-top: 1.2px solid $brand-color;
144144
border-left: 1.2px solid $brand-color;
145145
padding-bottom: 10px;
146+
background: linear-gradient(175deg, rgba(255, 255, 255, 0.75) 0%,rgba(255, 255, 255, 0) 60%);
147+
box-shadow: -3px -3px 6px -3px rgba(116, 116, 116, 0.4);
146148
}
147149
}
148150

@@ -193,7 +195,7 @@ code {
193195
font-family: $base-font-family-mono;
194196
border: 1px solid $grey-color-light;
195197
border-radius: 3px;
196-
background-color: rgb(216, 240, 227);
198+
background-color: #f5fbee;
197199
font-size: 90%;
198200
box-shadow:
199201
1px 1px 0 #959da55c,

0 commit comments

Comments
 (0)