diff --git a/pages/contact.css b/pages/contact.css index 6febe64..cbdc4c3 100644 --- a/pages/contact.css +++ b/pages/contact.css @@ -104,10 +104,16 @@ h1 { margin-right: auto; background-color: skyblue; box-shadow: 2px 5px 5px darkgray; + background-image: linear-gradient( + to top left, + rgb(90 100 150), + transparent + ); } thead { background-color: rgb(8, 105, 85); + text-shadow: 2px 2px 2px slategray; color: lightblue; } th, @@ -132,6 +138,12 @@ td { margin-right: auto; margin-top: 100px; background-color: rgb(159, 199, 159); + background-image: linear-gradient( + to top left, + rgb(0 0 0 / 0.001), + rgb(0 0 0 / 0.1) 30%, + transparent + ); box-shadow: 2px 5px 3px; }