forked from tkashkin/Adwaita-for-Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
57 lines (41 loc) · 1.26 KB
/
custom.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
/* ------------------ */
/* --- Custom CSS --- */
/* ------------------ */
/* --- EXAMPLE: Override Theme Colors --- */
:root
{
--adw-accent-bg-rgb: 53, 132, 228;
--adw-accent-fg-rgb: 255, 255, 255;
--adw-accent-rgb: 120, 174, 237;
--adw-text-font: "JetBrains Mono NL SemiBold";
--adw-text-base-size: 16px;
--adw-text-base-weight: 400;
--adw-text-largetitle-size: 24px;
--adw-text-largetitle-weight: 300;
--adw-text-title1-size: 20px;
--adw-text-title1-weight: 800;
--adw-text-title2-size: 15px;
--adw-text-title2-weight: 800;
--adw-text-title3-size: 14px;
--adw-text-title3-weight: 700;
--adw-text-title4-size: 13px;
--adw-text-title4-weight: 700;
--adw-text-header-size: 14px;
--adw-text-header-weight: 700;
--adw-text-label-size: 15px;
--adw-text-label-weight: 400;
--adw-text-link-size: 14px;
--adw-text-link-weight: 700;
--adw-text-subtitle-size: 13px;
--adw-text-subtitle-weight: 400;
--adw-text-row-title-size: 15px;
--adw-text-row-title-weight: 400;
--adw-text-row-subtitle-size: 12px;
--adw-text-row-subtitle-weight: 400;
--adw-text-menu-size: 14px;
--adw-text-menu-weight: 400;
--adw-text-gamelist-size: 16px;
--adw-text-gamelist-weight: 400;
--adw-text-gamelist-section-size: 14px;
--adw-text-gamelist-section-weight: 700;
}