From 3df4b873b1e063bf27e3a945db6a4db167477de0 Mon Sep 17 00:00:00 2001 From: Miriam Date: Thu, 3 Aug 2023 16:51:46 -0400 Subject: [PATCH] changed to a darker gray --- 2024/assets/css/custom.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/2024/assets/css/custom.css b/2024/assets/css/custom.css index d23bf671..a8a1e8f0 100644 --- a/2024/assets/css/custom.css +++ b/2024/assets/css/custom.css @@ -6,7 +6,7 @@ body { line-height: 1.428571429; /* color: #dbd6ce; */ - color: #808080; + color: #404040; scrollbar-color: #4b4f53 #1c1e1f; } @@ -233,7 +233,7 @@ code { /* Links */ a:hover { - color: #808080; + color: #404040; text-decoration: none; } a:focus { @@ -588,7 +588,7 @@ hr { padding-bottom: 5px; color: #ffffff; text-align: center; - background-color: #808080; + background-color: #404040; border-radius: 0 0 15px 15px ; } @@ -681,7 +681,7 @@ hr { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 3px solid #29bf12; - background-color: #808080; + background-color: #404040; color: #ffffff; } @@ -757,12 +757,12 @@ hr { .panel { /* background-color: rgba(55, 57, 58, 0.85); */ - background-color: #808080; + background-color: #404040; } .panel-default > .panel-heading { /* background-color: rgba(55, 57, 58, 0.85); */ - background-color: #808080; + background-color: #404040; color: #484848!important; } @@ -845,7 +845,7 @@ hr { } .nav > li > a:hover, .lp-home a:hover { - color:#808080; + color:#404040; } .nav > li.fsf-donate > a { @@ -855,8 +855,8 @@ hr { } .nav > li.btn-register > a { - background-color: #808080; - color: #808080; + background-color: #404040; + color: #404040; text-shadow: 0px 0px 0px #ffffff; text-decoration: none; } @@ -873,7 +873,7 @@ hr { .navbar-default .navbar-nav > li.btn-register > a:focus, .navbar-default .navbar-nav > li.btn-register > a:hover { background-color: transparent; - color: #808080; + color: #404040; } .nav > li > a:hover, @@ -1002,7 +1002,7 @@ body { height: auto; border-top: 2px solid #dadada; /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/ - background-color: #808080; + background-color: #404040; margin-top: 1.5em; } @@ -1072,7 +1072,7 @@ border-radius: 5px width:55%; text-align: justify; margin-bottom:40px; - background-color: #808080; + background-color: #404040; padding:4% 5% 4% 5%; border-radius: 20px; } @@ -1208,7 +1208,7 @@ border-radius: 5px } #deadline-table th { - background-color: #808080; + background-color: #404040; color: white; padding: 10px; text-align: center; -- 2.25.1