provisional logo and color change #183

Merged
savau merged 8 commits from cicd_changes into master 2021-09-17 18:09:14 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 72d481e5d6 - Show all commits

View File

@ -134,7 +134,7 @@
.asidenav__logo-lmu
width: 80px
height: 80%
height: 100%
.asidenav__logo-uni2work
display: flex

View File

@ -457,7 +457,7 @@ siteLayout' overrideHeading widget = do
asidenav :: WidgetFor UniWorX ()
asidenav = $(widgetFile "widgets/asidenav/asidenav")
where
logo = preEscapedToMarkup $ decodeUtf8 $(embedFile "assets/fraport_logo_notext.svg")
logo = preEscapedToMarkup $ decodeUtf8 $(embedFile "assets/fraport_logo_text.svg")
footer :: WidgetFor UniWorX ()
footer = $(widgetFile "widgets/footer/footer")
where isNavFooter = has $ _1 . _NavFooter