|
|
@@ -26,11 +26,10 @@ ul {
|
|
|
|
|
|
.bookmark_box_background_color {
|
|
|
background-color: #fff;
|
|
|
- border-style: inset;
|
|
|
border-radius: .5rem;
|
|
|
background-image: url("static/logo/home_bookmark_logo.png");
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-repeat: repeat;
|
|
|
+ background-size: 100% auto;
|
|
|
}
|
|
|
|
|
|
.href_link_button
|