From 12a8afc8c55fe476c8d3abde6ba60bc9b28acead Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 14 Aug 2019 14:08:57 +0100 Subject: [PATCH] logo --- src/Yavsc/wwwroot/css/main/site.css | 10 ++++------ src/Yavsc/wwwroot/css/yavsc.css | 5 ----- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/Yavsc/wwwroot/css/main/site.css b/src/Yavsc/wwwroot/css/main/site.css index 215b980c..ec5c058e 100644 --- a/src/Yavsc/wwwroot/css/main/site.css +++ b/src/Yavsc/wwwroot/css/main/site.css @@ -1,19 +1,17 @@ .navbar-link, -.navbar-brand, .navbar-nav .dropdown>a { background-color: rgba(0, 0, 0, .2); border-radius: 2em; } .navbar-link:hover, -.navbar-brand:hover, -.navbar-link:focus, -.navbar-brand:focus { +.navbar-link:focus { background-color: rgba(0, 0, 0, .4); } -.navbar-inverse .navbar-brand { - background-color: unset + +.navbar-brand:focus { + background-color: unset; } .ql-editor { diff --git a/src/Yavsc/wwwroot/css/yavsc.css b/src/Yavsc/wwwroot/css/yavsc.css index a056b975..e69de29b 100644 --- a/src/Yavsc/wwwroot/css/yavsc.css +++ b/src/Yavsc/wwwroot/css/yavsc.css @@ -1,5 +0,0 @@ -nav { background: url(/images/logo-lua.png); - background-attachment: local; - background-size: contain; - background-repeat: no-repeat; - }