File tree 3 files changed +13
-4
lines changed
src/librustdoc/html/static
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) {
858
858
font-size : 1.5em ;
859
859
}
860
860
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
+
861
870
.module-item .stab {
862
871
border-radius : 3px ;
863
872
display : inline-block;
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ a.test-arrow {
220
220
}
221
221
222
222
.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 ; }
225
225
.stab .portability > code { background : none; }
226
226
227
227
# help > div {
Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ a.test-arrow {
218
218
}
219
219
220
220
.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 ; }
223
223
.stab .portability > code { background : none; }
224
224
225
225
# help > div {
You can’t perform that action at this time.
0 commit comments