From 352182ae107060ac96590b751e025cc100b78dd1 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Wed, 18 Nov 2015 15:18:18 +0100 Subject: [PATCH] Nav: Blogs highlighted when hovering --- index.php | 24 +++++------------------- themes/material-light.css | 4 ++++ 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/index.php b/index.php index c1fd9d5..094e3b6 100644 --- a/index.php +++ b/index.php @@ -10,30 +10,16 @@ COPYRIGHT (c) 2015 mmk2410 MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> + * @license MIT https://opensource.org/licenses/MIT + * @link https://marcel-kapfer.de/rangitaki */ // Getting necessary php files date_default_timezone_set('UTC'); diff --git a/themes/material-light.css b/themes/material-light.css index 897eca7..46df0d5 100644 --- a/themes/material-light.css +++ b/themes/material-light.css @@ -68,6 +68,10 @@ body{ font-weight: 600; } +.nav-item:hover{ + background-color: #e2e2e2; +} + .nav-item:active{ background-color: #e2e2e2; }