mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: refactored some stuff
This commit is contained in:
parent
a7000d6302
commit
d0617b7a90
41 changed files with 161 additions and 223 deletions
|
@ -1,7 +1,7 @@
|
|||
module Layouts.Navbar exposing (Model, Msg, Props, layout)
|
||||
|
||||
import Config.Data.Identity exposing (..)
|
||||
import Config.Format.Format
|
||||
import Config.Helpers.Format
|
||||
exposing
|
||||
( paragraphFontSize
|
||||
, paragraphSpacing
|
||||
|
@ -9,7 +9,7 @@ import Config.Format.Format
|
|||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Config.Style.Fonts exposing (spartanFont)
|
||||
import Config.Style.Glow exposing (glowDeepDarkGreyNavbar)
|
||||
import Config.Style.Svgs
|
||||
import Config.Style.Icons.Icons
|
||||
exposing
|
||||
( contact
|
||||
, debate
|
||||
|
@ -384,7 +384,7 @@ desktopButtonMaker route name icon =
|
|||
<|
|
||||
html icon
|
||||
, el
|
||||
((if route.path == Path.Hyperblog then
|
||||
((if route.path == Path.Blog then
|
||||
F.color colourTheme.textLightOrange
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue