update css rule

This commit is contained in:
yggverse 2025-02-05 23:33:32 +02:00
parent ba7d3cdbf5
commit 3fb4901d4d

View file

@ -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;