File tree Expand file tree Collapse file tree 6 files changed +21
-17
lines changed Expand file tree Collapse file tree 6 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 3
3
stable /* /
4
4
nightly /* /
5
5
.obsidian /
6
- logo /logo.html
6
+ logo /*
Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< title > ZephyrJS | Documentation</ title >
6
- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
6
+ < link rel ="stylesheet " href ="style.css ">
7
7
</ head >
8
8
9
9
< body >
Original file line number Diff line number Diff line change 8
8
< meta property ="og:url " content ="https://ottcs.github.io/ZephyrJS/ " />
9
9
< meta property ="og:image " content ="/logo/banner.png " />
10
10
< title > ZephyrJS | Home</ title >
11
- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
11
+ < link rel ="stylesheet " href ="/ style.css ">
12
12
</ head >
13
13
14
14
< body >
Original file line number Diff line number Diff line change 10
10
input . value = e . code ;
11
11
}
12
12
</ script >
13
- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
13
+ < link rel ="stylesheet " href ="style.css ">
14
14
< style >
15
15
body {
16
16
width : 80vw ;
Original file line number Diff line number Diff line change 1
1
: root {
2
- --accent : # EF6F6C ;
3
- --deprecated : # f0cf6b ;
4
- --highlight : # 6C6FEF ;
5
- --nightly : # a36cef ;
2
+ /* Main Colors*/
3
+ --primary : # ef6f6c ;
4
+ --warning : # f0cf6b ;
5
+ --success : # 6bf097 ;
6
+ --message : # 6c6fef ;
7
+ --advance : # a36cef ;
8
+ /* Specific Colors*/
9
+ --pixi : # ea1e63 ;
10
+ /* FORMAT */
6
11
--anim-list : border-color 0.2s , color 0.2s ;
7
12
--scale : 32px ;
8
13
}
39
44
h6 {
40
45
margin-top : var (--scale );
41
46
font-weight : 600 ;
42
- color : var (--accent );
47
+ color : var (--primary );
43
48
}
44
49
45
50
p {
65
70
}
66
71
67
72
a : hover {
68
- border-color : var (--accent );
69
- color : var (--accent );
73
+ border-color : var (--primary );
74
+ color : var (--primary );
70
75
}
71
76
72
77
dt {
81
86
}
82
87
83
88
strong {
84
- color : var (--accent );
89
+ color : var (--primary );
85
90
}
86
91
87
92
.return {
88
- color : var (--highlight );
93
+ color : var (--message );
89
94
}
90
95
91
96
.deprecated {
92
- color : var (--deprecated );
97
+ color : var (--warning );
93
98
text-decoration : line-through;
94
99
}
95
100
96
101
.nightly {
97
- color : var (--nightly );
102
+ color : var (--advance );
98
103
}
99
104
100
105
.pixi {
101
- color : # ea1e63 ;
102
- border-color : # ea1e63 ;
106
+ color : var (--pixi );
103
107
}
You can’t perform that action at this time.
0 commit comments