diff --git a/html/src/css/style.css b/html/src/css/style.css index 8026f43d..728dbd11 100755 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -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; } diff --git a/html/src/img/Athena-silver.png b/html/src/img/Athena-silver.png new file mode 100644 index 00000000..503e38b5 Binary files /dev/null and b/html/src/img/Athena-silver.png differ diff --git a/html/src/img/athena-mono.png b/html/src/img/athena-mono.png deleted file mode 100755 index a2d9d9d5..00000000 Binary files a/html/src/img/athena-mono.png and /dev/null differ diff --git a/html/src/img/e59.png b/html/src/img/e59.png new file mode 100644 index 00000000..5b6f4520 Binary files /dev/null and b/html/src/img/e59.png differ diff --git a/include/panels.php b/include/panels.php index 387b5b4b..085f85cf 100755 --- a/include/panels.php +++ b/include/panels.php @@ -28,7 +28,7 @@ function fillHeader($rootPageURL, $headerTitle, $headerSubtitle) { echo ('