diff --git a/dist/web/source/index.html b/dist/web/source/index.html index 089475a4d..ec26e1a3f 100644 --- a/dist/web/source/index.html +++ b/dist/web/source/index.html @@ -1,13 +1,13 @@ - - + ImHex Web - Free Online Hex Editor for Reverse Engineers + + - ImHex Web - Free Online Hex Editor for Reverse Engineers @@ -27,7 +27,7 @@ content="A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM."> - + - ImHex Web
- +

A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

Available both natively and on the web

ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.
@@ -92,7 +91,7 @@ - - + + \ No newline at end of file diff --git a/dist/web/source/style.css b/dist/web/source/style.css index 299ee3b86..6d10c812b 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -74,6 +74,8 @@ a:hover { color: #F0F0F0; background-color: #0A0A0A; padding: 10px; + font-family: monospace; + font-size: 15px; display: flex; justify-content: center;