Change of color on Blogs Page slide/page button#1837
Conversation
|
@steam-bell-92 is attempting to deploy a commit to the recode Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs. In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊 Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv. We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰 🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨ 📚Your perks for contribution to this community 👇🏻
If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
|
✅ Synchronized metadata from Issue #1803:
|
|
✅ Synchronized metadata from Issue #1803:
|
|
✅ Synchronized metadata from Issue #1803:
|
|
Now this PR also closes #1838 |
| "workbench.colorCustomizations": { | ||
| "editor.lineHighlightBorder": "#FF2D9A25", | ||
| "editorCursor.foreground": "#FF2D9A", | ||
| "tab.activeBorder": "#FF2D9A35", | ||
| "tab.activeBorderTop": "#FF2D9A35", | ||
| "tab.activeBackground": "#1A0028", | ||
| "tab.activeForeground": "#FF6EC7", | ||
| "statusBar.background": "#120020", | ||
| "statusBar.foreground": "#FF6EC7", | ||
| "editorIndentGuide.activeBackground1": "#FF2D9A35", | ||
| "editor.selectionBackground": "#FF2D9A28", | ||
| "editorBracketHighlight.foreground1": "#FF2D9A", | ||
| "editorBracketHighlight.foreground2": "#FF6EC7" | ||
| } |
| background: #000000 !important; | ||
| color: #ffffff !important; | ||
| border-color: #000000 !important; | ||
| box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16); | ||
| transform: translateY(-1px); | ||
| } | ||
|
|
||
| .active-page:hover { | ||
| background: #111111 !important; | ||
| box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22); |
| background: #000000 !important; | ||
| color: #ffffff !important; | ||
| border-color: #000000 !important; | ||
| box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16); | ||
| transform: translateY(-1px); | ||
| } | ||
|
|
||
| .active-page:hover { | ||
| background: #111111 !important; | ||
| box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22); |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Description
This PR changes button color on Blogs page to black and white theme. Earlier it was bit shabby
Also now removes custom colors from VSC
Fixes #1803
Closes #1838
Type of Change
Changes Made
.vscodefolderChecklist
npm run buildand attached screenshot(s) in this PR.