Update 1.5
This commit is contained in:
parent
e43979cd84
commit
2627a58e13
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
html/src/img/Athena-silver.png
Normal file
BIN
html/src/img/Athena-silver.png
Normal file
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
BIN
html/src/img/e59.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
@ -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>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user