Improve construction tape gimmick

This commit is contained in:
2023-10-04 01:23:21 +00:00
parent 95be876a19
commit c32ed395d8
2 changed files with 6 additions and 8 deletions

View File

@ -183,13 +183,11 @@ pre {
}
.construction_bg {
background: repeating-linear-gradient(
45deg,
#222200,
#222200 10px,
#000000 10px,
#000000 20px
);
background: repeating-linear-gradient(45deg,
#222200,
#222200 10px,
#000000 10px,
#000000 20px) !important;
}
.toast {