web: Fix ImHex logo and progress bar default fill
This commit is contained in:
parent
b305adb286
commit
67930cf65d
2
dist/web/source/index.html
vendored
2
dist/web/source/index.html
vendored
@ -62,7 +62,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="loading" class="centered">
|
<div id="loading" class="centered">
|
||||||
<img src="https://raw.githubusercontent.com/WerWolv/ImHex/master/plugins/builtin/romfs/assets/dark/banner.png" id="logo" alt="ImHex Logo">
|
<img src="https://raw.githubusercontent.com/WerWolv/ImHex/master/plugins/builtin/romfs/assets/dark/banner.svg" id="logo" alt="ImHex Logo">
|
||||||
<h1>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</h1>
|
<h1>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</h1>
|
||||||
<h2>Available both natively and on the web</h2>
|
<h2>Available both natively and on the web</h2>
|
||||||
<h5>ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.</h5>
|
<h5>ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.</h5>
|
||||||
|
7
dist/web/source/style.css
vendored
7
dist/web/source/style.css
vendored
@ -137,7 +137,7 @@ a:hover {
|
|||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--progress: 25%;
|
--progress: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-container {
|
.progress-bar-container {
|
||||||
@ -175,3 +175,8 @@ a:hover {
|
|||||||
width: var(--progress);
|
width: var(--progress);
|
||||||
background-color: #3864cb;
|
background-color: #3864cb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
width: 25%;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user