diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 92b0c3d..139bbe8 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -66,21 +66,11 @@ {% endif %} diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css index 652642f..5d10b41 100644 --- a/content/css/yuuno/yuuno.css +++ b/content/css/yuuno/yuuno.css @@ -1209,3 +1209,8 @@ textarea.inputStyling { border-bottom-left-radius: 4px; } } + +/* Header login thing */ +#headerLoginForm { + background: #9475B2; +}