Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit cd41088

Browse files
feat(killgoerli): remove temp banner (#1006)
1 parent 1b7b1e9 commit cd41088

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -840,62 +840,4 @@ $border-color: #e5e7eb;
840840
--code-bg-color: #131417;
841841
}
842842
}
843-
844-
// TEMP BANNER RELATED - TO BE REMOVED ONCE IT IS GONE
845-
.theme-container {
846-
margin-top: 30px;
847-
}
848-
849-
#temp-banner {
850-
position: fixed;
851-
display: flex;
852-
top:0;
853-
left: 0;
854-
right: 0;
855-
height: 30px;
856-
background: #1755F4;
857-
color: white;
858-
font-size: small;
859-
align-items: center;
860-
justify-content: center;
861-
z-index: 1000;
862-
863-
a {
864-
color: white;
865-
text-decoration: underline;
866-
}
867-
padding: 0 4px;
868-
}
869-
870-
.navbar {
871-
top: 30px;
872-
}
873-
874-
/*responsive*/
875-
@media(max-width: 1000px){
876-
#temp-banner {
877-
height: 40px;
878-
}
879-
880-
.navbar {
881-
top: 40px;
882-
}
883-
884-
.theme-container {
885-
margin-top: 40px;
886-
}
887-
}
888-
889-
@media(max-width: 500px){
890-
#temp-banner {
891-
height: 60px;
892-
}
893-
894-
.navbar {
895-
top: 60px;
896-
}
897-
898-
.theme-container {
899-
margin-top: 60px;
900-
}
901-
}
843+

docs/.vuepress/theme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default hopeTheme({
4949
</div>
5050
5151
<p>Made with ❤️ by <a href='https://matter-labs.io/'>Matter Labs</a></p>
52-
<div id="temp-banner"><div>zkSync Goerli Testnet will be shutdown on&nbsp;<strong>March 31st</strong>. Please use zkSync Sepolia Testnet instead. For more information see&nbsp;<a href="https://github.com/zkSync-Community-Hub/zksync-developers/discussions/228" target="_blank">this announcement</a>.</div></div>
5352
`,
5453

5554
copyright: false,

0 commit comments

Comments
 (0)