File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -858,6 +858,15 @@ body.blur > :not(#help) {
858858 font-size : 1.5em ;
859859}
860860
861+ /* Black one-pixel outline around emoji shapes */
862+ .emoji {
863+ text-shadow :
864+ 1px 0 0 black,
865+ -1px 0 0 black,
866+ 0 1px 0 black,
867+ 0 -1px 0 black;
868+ }
869+
861870.module-item .stab {
862871 border-radius : 3px ;
863872 display : inline-block;
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ a.test-arrow {
220220}
221221
222222.stab .unstable { background : # FFF5D6 ; border-color : # FFC600 ; color : # 2f2f2f ; }
223- .stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; color : # 2f2f2f ; }
224- .stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; color : # 2f2f2f ; }
223+ .stab .deprecated { background : # ffc4c4 ; border-color : # db7b7b ; color : # 2f2f2f ; }
224+ .stab .portability { background : # F3DFFF ; border-color : # b07bdb ; color : # 2f2f2f ; }
225225.stab .portability > code { background : none; }
226226
227227# help > div {
Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ a.test-arrow {
218218}
219219
220220.stab .unstable { background : # FFF5D6 ; border-color : # FFC600 ; }
221- .stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; }
222- .stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; }
221+ .stab .deprecated { background : # ffc4c4 ; border-color : # db7b7b ; }
222+ .stab .portability { background : # F3DFFF ; border-color : # b07bdb ; }
223223.stab .portability > code { background : none; }
224224
225225# help > div {
You can’t perform that action at this time.
0 commit comments