Skip to content

Commit 0e7be47

Browse files
committed
style: add primary color variables and backdrop filter
1 parent 9cab1a1 commit 0e7be47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/website/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
--transition: 0.2s ease-in-out;
2727
--function-name-color: rgba(229, 190, 51, 1);
2828
--function-name-color-hover: #0091ea;
29+
--primary-color:rgba(16, 149, 193, 1);
30+
--primary-color-hover:rgba(6, 125, 166, 1);
2931
}
3032

3133
@media (min-width: 576px) {
@@ -3124,6 +3126,7 @@ header .header-image {
31243126
color: #fff;
31253127
border-color: rgba(255, 255, 255, 0.8);
31263128
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
3129+
backdrop-filter: blur(10px);
31273130
}
31283131

31293132
.header-cta a.contrast.outline:hover {

0 commit comments

Comments
 (0)