Replace Hyvor with Coral on Micro
Some checks failed
Deploy to Netlify / deploy (push) Has been cancelled
Some checks failed
Deploy to Netlify / deploy (push) Has been cancelled
This commit is contained in:
parent
4aeaf8ebde
commit
16f1d3ea9b
5 changed files with 86 additions and 81 deletions
24
public/coral-transparent.css
Normal file
24
public/coral-transparent.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue