remove borders from around notifications on /welcome

This commit is contained in:
hankhill19580
2020-11-24 19:27:02 +00:00
parent d8924119b5
commit 6d5aebeaa0

View File

@@ -2093,10 +2093,6 @@ h3#graphdisplay {
margin: 15px 0;
padding: 10px 15px;
z-index: 999;
border-radius: 2px;
border: 1px solid #dee2e6;
background: #eef;
background: linear-gradient(to right, #fafaff, #eef);
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;
font-weight: bold;
@@ -2595,11 +2591,9 @@ td {
position: absolute;
left: 70%;
top: 30%;
font-size: larger;
background: #eef;
background: linear-gradient(to right, #fafaff, #eef);
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;
font-size: larger;
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;
}
/* begin home page */