-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnotifications.css
63 lines (57 loc) · 2.45 KB
/
notifications.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
:root {
--srcery-black: #1C1B19;
--srcery-blue: #2C78BF;
--srcery-bright-black: #918175;
--srcery-bright-blue: #68A8E4;
--srcery-bright-cyan: #2BE4D0;
--srcery-bright-green: #98BC37;
--srcery-bright-magenta: #FF5C8F;
--srcery-bright-orange: #FF8700;
--srcery-bright-red: #F75341;
--srcery-bright-white: #FCE8C3;
--srcery-bright-yellow: #FED06E;
--srcery-cyan: #0AAEB3;
--srcery-green: #519F50;
--srcery-hard-black: #121212;
--srcery-magenta: #E02C6D;
--srcery-orange: #FF5F00;
--srcery-red: #EF2F27;
--srcery-teal: #008080;
--srcery-white: #BAA67F;
--srcery-xgray10: #808080;
--srcery-xgray11: #8A8A8A;
--srcery-xgray12: #949494;
--srcery-xgray1: #262626;
--srcery-xgray2: #303030;
--srcery-xgray3: #3A3A3A;
--srcery-xgray4: #444;
--srcery-xgray5: #4E4E4E;
--srcery-xgray6: #585858;
--srcery-xgray7: #626262;
--srcery-xgray8: #6C6C6C;
--srcery-xgray9: #767676;
--srcery-yellow: #FBB829;
--srcery-black-filter: brightness(0) saturate(100%) invert(7%) sepia(7%) saturate(673%) hue-rotate(2deg) brightness(95%) contrast(91%);
--srcery-bright-white-filter: brightness(0) saturate(100%) invert(93%) sepia(5%) saturate(1353%) hue-rotate(352deg) brightness(93%) contrast(113%);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .shorttemplates_ShortTemplate_29NLb {
background-color: var(--srcery-xgray3);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .shorttemplates_ShortTemplate_29NLb .shorttemplates_Header_2wU4t,
.gamepadtoasts_GamepadToastPopup_3YTh8 .shorttemplates_ShortTemplate_29NLb .shorttemplates_Icon_2TlJy,
.gamepadtoasts_GamepadToastPopup_3YTh8 .shorttemplates_ShortTemplate_29NLb .shorttemplates_Title_BkpSl {
color: var(--srcery-bright-white);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .notificationcontent_PinnedBody_3V6Rp {
color: var(--srcery-white);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .notificationcontent_Timestamp_3q7nN {
color: var(--srcery-xgray6);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .notificationcontent_StandardNotificationDescription_zB56A,
.gamepadtoasts_GamepadToastPopup_3YTh8 .notificationcontent_StandardNotificationSubText_EVwRp {
color: var(--srcery-white);
}
.gamepadtoasts_GamepadToastPopup_3YTh8 .notificationcontent_FriendInGameAppColor_3uw_G {
color: var(--srcery-green);
}