mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update css rule
This commit is contained in:
parent
ba7d3cdbf5
commit
3fb4901d4d
1 changed files with 3 additions and 3 deletions
|
|
@ -35,10 +35,10 @@ fn notebook_css_patch(notebook: &Notebook) {
|
||||||
provider.load_from_string(&format!(
|
provider.load_from_string(&format!(
|
||||||
"
|
"
|
||||||
#{name} stack {{
|
#{name} stack {{
|
||||||
background-color:rgba(0,0,0,0);
|
background: transparent;
|
||||||
}}
|
}}
|
||||||
#{name} header {{
|
#{name} header {{
|
||||||
border-bottom-color:rgba(0,0,0,0);
|
border-bottom-color: transparent;
|
||||||
}}
|
}}
|
||||||
#{name} tab {{
|
#{name} tab {{
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue