Skip to content

Commit 9f47b9c

Browse files
committed
Lighten background color of project website
1 parent 4ac5e23 commit 9f47b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
body {
12-
background-color: #E7EAF6;
12+
background-color: #EBEEF7;
1313
}
1414

1515
p a {
@@ -121,7 +121,7 @@ a.sidebar-item-text.sidebar-link.text-start > span {
121121
}
122122

123123
.navbar {
124-
background: linear-gradient(-45deg, #04778b, #1c7ff0, #006c93, #05614c);
124+
background: linear-gradient(-45deg, #04778B, #1C7FF0, #006C93, #05614C);
125125
background-size: 200% 100%;
126126
animation: gradient 20s ease infinite;
127127
}

0 commit comments

Comments
 (0)