diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 120c6b4e..26e6ec7a 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -103,10 +103,18 @@ body { } .page_yellowheader { - background: #EEE5B8; - border-right: solid 1px #EEE5B8; - border-left: solid 1px #EEE5B8; - border-bottom: solid 1px #EEE5B8; + background: #E2E2E2; + border-right: solid 1px #E2E2E2; + border-left: solid 1px #E2E2E2; + border-bottom: solid 1px #E2E2E2; +} + +.page_yellowheader span { + color: #BBBBBB; +} + +.page_yellowheader a { + color: #5C5C5C; } .page-wrap { @@ -122,8 +130,8 @@ body { } #wrapHI { - border-right: solid 1px #EEE5B8; - border-left: solid 1px #EEE5B8; + border-right: solid 1px #E2E2E2; + border-left: solid 1px #E2E2E2; } .menu_divider { @@ -191,10 +199,6 @@ input[type~="search"], textarea, select { border: 1px solid #FAFAFA; } -.psa-poster { - border: 5px solid #F3F3F3; -} - .ovk-diag { border: none; }