mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
8 lines
116 B
CSS
8 lines
116 B
CSS
/*
|
|
* Add watermark to maps released in html
|
|
*/
|
|
|
|
body {
|
|
background-image:url("resources/watermark.png");
|
|
}
|