diff options
author | mayx | 2025-04-09 14:26:40 +0000 |
---|---|---|
committer | mayx | 2025-04-09 14:26:40 +0000 |
commit | 78d65eae30c61e1ed82142dc68309caf5bad2309 (patch) | |
tree | d290348f2d2ea897e44117e0eafe556987e4bcba /_layouts/default.html | |
parent | 7a450f5ec27d2e8682ab6e3516dce274f9362ba9 (diff) |
Update 4 files
- /css/gitalk.css - /assets/css/style.scss - /_layouts/default.html - /_layouts/post.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2fb3fc3..a22d752 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -50,9 +50,6 @@ } </script> <script src="//instant.page/5.2.0" type="module" integrity="sha384-jnZyxPjiipYXnSU0ygqeac2q7CVYMbh84q0uHVRRxEtvFPiQYbXWUorga2aqZJ0z"></script> - <style> - .backToTop{display:none;width:18px;line-height:1.2;padding:5px 0;background-color:#000;color:#fff;font-size:12px;text-align:center;position:fixed;_position:absolute;right:10px;bottom:100px;_bottom:"auto";cursor:pointer;opacity:.6;filter:Alpha(opacity=60);} - </style> </head> <body> |