Replace Hyvor with Coral on Micro
Some checks failed
Deploy to Netlify / deploy (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-24 02:17:20 +05:30
parent 4aeaf8ebde
commit 16f1d3ea9b
5 changed files with 86 additions and 81 deletions

View file

@ -0,0 +1,24 @@
#coral {
--palette-background-body: transparent;
}
#coral,
#coral [class*="App-root"],
#coral [class*="StreamContainer-root"] {
background: transparent !important;
background-color: transparent !important;
}
#coral nav[aria-label="Main Tablist"]:not(:has([role="tab"] ~ [role="tab"])):not(:has(button ~ button)):not(:has(a ~ a)):not(:has(li ~ li)) {
display: none !important;
}
#coral:has(nav[aria-label="Main Tablist"]:not(:has([role="tab"] ~ [role="tab"])):not(:has(button ~ button)):not(:has(a ~ a)):not(:has(li ~ li))) [class*="App-tabContent"] {
padding-top: 0 !important;
}
#coral [class*="FloatingNotificationButton-root"],
#coral [class*="MobileNotificationButton-"],
#coral [class*="TabBar-notificationsTab"] {
display: none !important;
}