diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 56f96cb..38c5a98 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -433,6 +433,13 @@ background-repeat: repeat; background-repeat: repeat; } +/** another mod */ +[data-pubkey~="f59602a8497d21c0bda92c01cf33d1d0b2e41d5065eebcafdcbf99f973d1c10"]{ + background-image: url('/static/mgs_mod.jpeg'); + background-repeat: no-repeat; + background-position: right bottom; +} + .fagarrows { color: #E0727F; } diff --git a/contrib/static/mgs_mod.jpeg b/contrib/static/mgs_mod.jpeg new file mode 100644 index 0000000..3feff81 Binary files /dev/null and b/contrib/static/mgs_mod.jpeg differ