Skip to content

Commit 668cac8

Browse files
committed
style: add blueish background to right side info cards
1 parent 227a11d commit 668cac8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.parcel-cache/data.mdb

12 KB
Binary file not shown.

.parcel-cache/lock.mdb

0 Bytes
Binary file not shown.

src/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,14 @@ body {
169169
}
170170

171171
.info-note {
172+
background: #e8f4fc;
173+
border: 1px solid #c5dff0;
172174
border-left: 3px solid var(--color-primary);
173-
color: #515154;
175+
color: #1a4a66;
176+
}
177+
178+
.info-note strong {
179+
color: var(--color-primary);
174180
}
175181

176182
.info-note .info-list li::before {

0 commit comments

Comments
 (0)