From d5e59453f1bc7f22b26250f774421650b2f6fc34 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Mon, 9 Oct 2023 15:47:45 +0800 Subject: [PATCH] Update dark.css --- web/css/dark.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/css/dark.css b/web/css/dark.css index 61dbec9..5bfb949 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -6,7 +6,6 @@ body { background: #212e36 url('../img/dark.png'); color: #dcdcdc; } .dropdown-menu > li > a:hover { color: #FFF !important; background: #000 !important; } .dropdown-menu { background: #222 !important; background-color: #222222 !important; } .navbar-inverse .navbar-inner { background-color:#1B1B1B; background-image:-moz-linear-gradient(top, #222222, #111111); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); background-image:-webkit-linear-gradient(top, #222222, #111111); background-image:-o-linear-gradient(top, #222222, #111111); background-image:linear-gradient(to bottom, #212e36, #212e36); background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); border-color: #252525; } -.container { width: 1280px; } .content { background: #212e36; padding: 20px; border-radius: 5px; border: 1px #212e36 solid; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); box-shadow: 0 0px 0px rgba(0, 0, 0, 0); margin-bottom: 20px; } .table { background: #363b40; margin-bottom: 0; border-collapse: collapse; border-radius: 3px; } .table th { text-align: center; }