From c615b1ef887fa31bf9dd6f599fbd8d06138b20c8 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sat, 17 Jun 2023 11:03:25 -0700 Subject: [PATCH] adjust colors of test page --- testpage/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testpage/index.html b/testpage/index.html index a8efa08..a261364 100644 --- a/testpage/index.html +++ b/testpage/index.html @@ -13,12 +13,12 @@ } body { background: rgb(20,72,50); - background: -moz-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ; - background: -webkit-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ; - background: linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%); + background: -moz-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ; + background: -webkit-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ; + background: linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%); background-repeat: no-repeat; background-attachment: fixed; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6eb4",endColorstr="#3c95b4",GradientType=1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0b1b3",endColorstr="#b0b1b3",GradientType=1); color: white; font-size: 0.9em; font-weight: 400;