Skip to content

Commit 1d7ece1

Browse files
author
Ahmad Nassri
committed
feat(layout): better background color
1 parent bda5bac commit 1d7ece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/layout.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
2-
background-color: #607D8B;
32
color: white;
43
font-family: "Lucida Console", Monaco, monospace;
4+
background: linear-gradient(to left, #606c88 , #3f4c6b);
55
}
66

77
a, a:visited {

0 commit comments

Comments
 (0)