Update 1.5

This commit is contained in:
cbo 2024-03-27 10:51:48 +00:00
parent e43979cd84
commit 2627a58e13
5 changed files with 5 additions and 2 deletions

View File

@ -102,7 +102,8 @@ header {
}
.logo-img:hover {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.322);
-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}
.header-title-container {
@ -128,6 +129,8 @@ nav {
padding: 0.5em;
background-color: var(--buttons);
margin-right: 1em;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 KiB

BIN
html/src/img/e59.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -28,7 +28,7 @@ function fillHeader($rootPageURL, $headerTitle, $headerSubtitle) {
echo ('<div class="logo-container">');
echo ('<a href="' . $rootPageURL . '">');
echo ('<img src="' . $rootPageURL . 'src/img/athena-mono.png" class="logo-img">');
echo ('<img src="' . $rootPageURL . 'src/img/e59.png" class="logo-img">');
echo ('</a>');
echo ('</div>');