diff --git a/src/style/template/header.css b/src/style/template/header.css index 3c276b8..07db237 100644 --- a/src/style/template/header.css +++ b/src/style/template/header.css @@ -30,12 +30,6 @@ align-items: end; } -#username { - color: var(--main-contrast-color); - margin-right: 20px; - margin-left: 10px; -} - #clickable-header-right:hover #username { color: var(--accent-color); }