diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 070946af56..f996ccce42 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -840,62 +840,4 @@ $border-color: #e5e7eb; --code-bg-color: #131417; } } - - // TEMP BANNER RELATED - TO BE REMOVED ONCE IT IS GONE - .theme-container { - margin-top: 30px; - } - - #temp-banner { - position: fixed; - display: flex; - top:0; - left: 0; - right: 0; - height: 30px; - background: #1755F4; - color: white; - font-size: small; - align-items: center; - justify-content: center; - z-index: 1000; - - a { - color: white; - text-decoration: underline; - } - padding: 0 4px; - } - - .navbar { - top: 30px; - } - - /*responsive*/ - @media(max-width: 1000px){ - #temp-banner { - height: 40px; - } - - .navbar { - top: 40px; - } - - .theme-container { - margin-top: 40px; - } - } - - @media(max-width: 500px){ - #temp-banner { - height: 60px; - } - - .navbar { - top: 60px; - } - - .theme-container { - margin-top: 60px; - } - } \ No newline at end of file + \ No newline at end of file diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 041c8043dc..1883faef02 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -49,7 +49,6 @@ export default hopeTheme({

Made with ❤️ by Matter Labs

-
zkSync Goerli Testnet will be shutdown on March 31st. Please use zkSync Sepolia Testnet instead. For more information see this announcement.
`, copyright: false,