Update tool_type.css

main
PJ568 2 years ago committed by GitHub
parent c6287e4c17
commit 950b91a274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,17 @@ body {
flex-wrap: wrap;
}
.nav_content .item .child .incert {
display: flex;
flex-wrap: wrap;
width: 100%;
border: 2px solid #0277BD;
border-radius: 6px;
background: #424242;
margin: 10px 0.8%;
box-shadow: 0.5rem 0.875rem 2.375rem rgb(39 44 49 / 6%), 0.0625rem 0.1875rem 0.5rem rgb(39 44 49 / 3%)
}
.nav_content .item .child a {
float: left;
color: #E0E0E0;
@ -117,6 +128,11 @@ body {
align-items: center;
}
.nav_content .item .child .contri {
width: auto;
flex-wrap: wrap
}
.nav_content .item .child .red {
color: #B3E5FC;
font-weight: bold;
@ -349,4 +365,4 @@ ins.adsbygoogle[data-ad-status="unfilled"]{
.nav_menu .search_box .search_in{
background: #424242;
color: #ccc;
}
}

Loading…
Cancel
Save