Your patch
- + Apply my patch -Information
+Information
Drop UF2 or BIN file above to see its config.
- +
diff --git a/patcher/index.html b/patcher/index.html index 75c20ed..063bdab 100644 --- a/patcher/index.html +++ b/patcher/index.html @@ -23,19 +23,106 @@ padding: 2rem 2rem !important; } - .btn-dl, - .btn-dl:hover { + .btn-dl{ background-color: green; float: right; color: white; } + .btn-dl:hover{ + background: rgb(33, 173, 33); + } + footer { - text-align: center; - margin-top: 5em; + background-color: #f8f9fa; + padding: 1.5em 0; + text-align: center; + font-size: 14px; + color: #333; + border-top: 1px solid #e0e0e0; + margin-top: 2em; +} + +footer a { + color: #007bff; + text-decoration: none; + margin: 0 1em; + transition: color 0.3s; +} + +footer a:hover { + color: #0056b3; + text-decoration: underline; +} + +footer span { + display: block; + margin-top: 1em; + font-size: 13px; + color: #666; +} + + #patch{ + margin: 34px 0px; } - footer a { - margin-right: 2em; + + .learnMore{ + font-size: 16px; + } + + +.btn-generate { + display: inline-block; + padding: 10px 20px; + background-color: green; + color: white; + font-size: 16px; + text-align: center; + border-radius: 5px; + text-decoration: none; + cursor: pointer; + transition: background-color 0.3s ease; + margin-top: 10px; +} + +.btn-generate:hover { + background-color: rgb(33, 173, 33); +} + +#rnd-res { + display: inline-block; + margin-left: 15px; + font-weight: bold; + color: #333; +} + + @media (max-width:768px){ +.learnMore{ + font-size: 12px; +} + footer { + padding: 1em; + font-size: 12px; + } + footer a { + margin: 0.5em 0; + } + footer span { + margin-top: 0.5em; + } + .main-content h2{ + text-align: center; + } + + .btn-dl{ + text-align: center; + } + .btn-generate{ + font-size: 13px; + } + .main-content pre code{ + font-size: 12px; + } } @@ -47,28 +134,28 @@
Drop UF2 or BIN file above to see its config.
- +