diff --git a/docs-2.0/stylesheets/note.css b/docs-2.0/stylesheets/note.css index 2b97bd04cce..731976555ae 100644 --- a/docs-2.0/stylesheets/note.css +++ b/docs-2.0/stylesheets/note.css @@ -25,7 +25,7 @@ border-color: rgb(245, 97, 124); .md-typeset .caution > .admonition-title, .md-typeset .caution > summary { -background-color: rgba(245, 97, 124, 0.1); +background-color: rgba(245, 97, 124, 0.5); border-color: rgb(245, 97, 124); } @@ -72,7 +72,7 @@ border-color: rgb(129, 233, 73); .md-typeset .faq > .admonition-title, .md-typeset .faq > summary { -background-color: rgba(129, 233, 73,0.1); +background-color: rgba(129, 233, 73,0.5); border-color: rgb(129, 233, 73); } @@ -95,7 +95,7 @@ border-color: rgb(74, 56, 153); .md-typeset .compatibility > .admonition-title, .md-typeset .compatibility > summary { -background-color: rgba(74, 56, 153,0.1); +background-color: rgba(74, 56, 153,0.5); border-color: rgb(74, 56, 153); } @@ -118,7 +118,7 @@ border-color: rgb(255,145,0); .md-typeset .performance > .admonition-title, .md-typeset .performance > summary { -background-color: rgba(255,145,0, 0.1); +background-color: rgba(255,145,0, 0.5); border-color: rgb(255,145,0); } @@ -141,7 +141,7 @@ border-color: rgb(255,208,0); .md-typeset .enterpriseonly > .admonition-title, .md-typeset .enterpriseonly > summary { -background-color: rgba(255,208,0,0.1); +background-color: rgba(255,208,0,0.5); border-color: rgb(255,208,0); } @@ -151,4 +151,4 @@ background-color: rgb(255,208,0); -webkit-mask-image: var(--md-admonition-icon--enterpriseonly); mask-image: var(--md-admonition-icon--enterpriseonly); background-image: url('data:image/svg+xml;charset=utf-8,') !important; -} \ No newline at end of file +}