add id on body to match other html files

This commit is contained in:
tophf 2022-01-13 13:14:24 +03:00
parent d099a4cfe9
commit c3bdec69fc

View File

@ -18,7 +18,7 @@
<script src="/content/apply.js"></script> <script src="/content/apply.js"></script>
</head> </head>
<body> <body id="stylus-injection-order">
<div id="main"> <div id="main">
<button class="closer"></button> <button class="closer"></button>
<ol id="style-list"></ol> <ol id="style-list"></ol>