Hotlink protection warning on file viewer

This commit is contained in:
2021-12-26 13:21:02 +01:00
parent 132d50372f
commit 14c8ea594d
5 changed files with 96 additions and 8 deletions

View File

@@ -531,11 +531,10 @@ const keyboard_event = evt => {
/* background-color: var(--layer_2_color); */
background: repeating-linear-gradient(
315deg,
#0b3100 0px,
#0b3100 18px,
#3d0000 20px,
#3d0000 38px,
#0b3100 40px
#034215 0px,
#034215 20px,
#430303 20px,
#430303 40px
);
}