X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b1fb752ca1abb051a63da4729e34a80affc25c76..ab44e9c3f8c46b358135453ae58c5cef0df1c77b:/prawokultury/static/css/menu.scss diff --git a/prawokultury/static/css/menu.scss b/prawokultury/static/css/menu.scss old mode 100755 new mode 100644 index 2509d6f..fd2e9d6 --- a/prawokultury/static/css/menu.scss +++ b/prawokultury/static/css/menu.scss @@ -13,7 +13,7 @@ position: relative; list-style: none; padding-left: 0; - margin-right: 3em; + margin-right: 2em; a { color: black; @@ -27,7 +27,7 @@ font-weight: bold; } li.active:before { - color: #004e98; + color: #ed7f00; content: "("; position: absolute; left: -.7em; @@ -35,7 +35,7 @@ top: -.25em; } li.active:after { - color: #004e98; + color: #ed7f00; content: ")"; position: absolute; right: -.7em; @@ -44,6 +44,6 @@ } #item-lang a { - color: #0050a2; + color: #ed952f; } -} \ No newline at end of file +}