959959}
960960
961961.l-profile__username {
962- color : # 8ed8fd ;
963- font-size : 1.4 rem ;
962+ color : # d2e2ee !important ;
963+ font-size : 1.2 rem !important ;
964964}
965965
966966.l-profile__username : hover {
969969
970970
971971.l-profile__logout {
972- color : # dbf94e ;
973- }
974-
975- .l-profile__logout : hover {
976- color : # f5ffc3 !important ;
977- }
978- .l-profile__logout : active {
979- color : # d0e859 ;
980- }
981- .lang-cn .l-profile__logout {
982- padding : 10px 5px ;
983- }
984- .lang-tw .l-profile__logout {
985- padding : 10px 5px ;
972+ color : # dbf94e !important ;
973+ font-size : 1.2rem !important ;
986974}
987975
988976.l-profile__server {
@@ -996,29 +984,36 @@ a {
996984 cursor : pointer;
997985 font-weight : 600 ;
998986 padding : 10px 5px 0 ;
999- font-size : 0.95 rem ;
987+ font-size : 1.2 rem !important ;
1000988 line-height : 0.95rem ;
1001989}
1002990
1003- .l-profile__notifications .active {
991+ .l-profile__notifications .active . l-profile__notifications . updates : active {
1004992 border : 1px solid # 378ccd !important ;
1005993 background : linear-gradient (to bottom, rgba (210 , 232 , 250 , 1 ) 0% , rgba (187 , 220 , 247 , 1 ) 50% , rgba (162 , 207 , 244 , 1 ) 51% , rgba (194 , 224 , 248 , 1 ) 100% ) !important ;
1006994 color : # 046c98 !important ;
1007995 text-shadow : 0px -1px 1px rgba (255 , 255 , 255 , 0.5 ) !important ;
1008996 box-shadow : 0px 1px 3px rgba (0 , 0 , 0 , 0.15 ),
1009997 inset 0px 0px 1px # fff,
1010998 inset -1px -1px 4px rgba (220 , 220 , 220 , 0.4 ) !important ;
999+ transition : 0.2s ;
10111000}
1012-
1013- .l-profile__notifications .updates {
1014- background-position : -202px -135px ;
1001+ .l-profile__notifications : hover , .l-profile__notifications .updates : hover {
1002+ color : # 3b9de8 !important ;
1003+ text-shadow : 1px 1px rgba (255 , 255 , 255 , 0.5 ) !important ;
1004+ border : 1px solid # 54a6e5 !important ;
1005+ background : linear-gradient (to bottom, rgba (241 , 248 , 253 , 1 ) 0% , rgba (218 , 236 , 250 , 1 ) 50% , rgba (190 , 221 , 246 , 1 ) 51% , rgba (227 , 240 , 251 , 1 ) 100% ) !important ;
1006+ box-shadow : 0px 1px 3px rgba (0 , 0 , 0 , 0.15 ),
1007+ inset 0px 0px 1px # fff,
1008+ inset 0px 0px 6px rgba (255 , 255 , 255 , 0.6 ) !important ;
1009+ transition : 0.2s ;
10151010}
10161011
10171012.notification-container {
10181013 background-color : rgba (0 , 0 , 0 , 0.90 );
10191014 box-shadow : 0 3px 30px 0 rgba (0 , 0 , 0 , 0.5 );
10201015 list-style-type : none;
1021- margin : 0 21 px ;
1016+ margin : 0 27 px ;
10221017 overflow : hidden;
10231018 padding-left : 0 ;
10241019 position : fixed;
0 commit comments