X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/cd2c9815d8b09227d7f180260b560666af3d8186..9fae328f6c1e7e5c1f4485ddbab71b4000dbd110:/prawokultury/static/css/menu.scss diff --git a/prawokultury/static/css/menu.scss b/prawokultury/static/css/menu.scss index 2509d6f..fd2e9d6 100644 --- 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 +}