@@ -115,25 +115,25 @@ div.warning {
115115
116116/* Admonitions */
117117: root {
118- --admonition-background: rgba(255, 255, 255, 0.1) ;
118+ --admonition-background : # ffffff1a ;
119119 --admonition-border : currentColor;
120- --admonition-color: rgba(255, 255, 255, 0.87) ;
121- --attention-background: rgba(255, 255, 255, 0.1) ;
120+ --admonition-color : # ffffffde ;
121+ --attention-background : # ffffff1a ;
122122 --attention-border : currentColor;
123- --caution-background: rgba(255, 255, 0, 0.1) ;
123+ --caution-background : # ffff001a ;
124124 --caution-border : # dd6 ;
125- --danger-background: rgba(255, 0, 0, 0.2) ;
125+ --danger-background : # f003 ;
126126 --danger-border : # f66 ;
127- --error-background: rgba(255, 0, 0, 0.2) ;
127+ --error-background : # f003 ;
128128 --error-border : # f66 ;
129129 --hint-background : # 0044117a ;
130130 --hint-border : green;
131- --seealso-background: rgba(255, 255, 0, 0.1) ;
131+ --seealso-background : # ffff001a ;
132132 --seealso-border : # dd6 ;
133133 --tip-background : # 0044117a ;
134134 --tip-border : green;
135- --warning-background: rgba(255, 0, 0, 0.2) ;
136- --warning-border: #f66 ;
135+ --warning-background : # ff000033 ;
136+ --warning-border : # ff6666 ;
137137}
138138
139139aside .topic ,
0 commit comments