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 33stable /* /
44nightly /* /
55.obsidian /
6- logo /logo.html
6+ logo /*
Original file line number Diff line number Diff line change 33
44< head >
55 < title > ZephyrJS | Documentation</ title >
6- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
6+ < link rel ="stylesheet " href ="style.css ">
77</ head >
88
99< body >
Original file line number Diff line number Diff line change 88 < meta property ="og:url " content ="https://ottcs.github.io/ZephyrJS/ " />
99 < meta property ="og:image " content ="/logo/banner.png " />
1010 < title > ZephyrJS | Home</ title >
11- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
11+ < link rel ="stylesheet " href ="/ style.css ">
1212</ head >
1313
1414< body >
Original file line number Diff line number Diff line change 1010 input . value = e . code ;
1111 }
1212 </ script >
13- < link rel ="preload " as =" style " href ="style.css " onload =" this.rel='stylesheet' ">
13+ < link rel ="stylesheet " href ="style.css ">
1414 < style >
1515 body {
1616 width : 80vw ;
Original file line number Diff line number Diff line change 11: 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 */
611 --anim-list : border-color 0.2s , color 0.2s ;
712 --scale : 32px ;
813}
3944h6 {
4045 margin-top : var (--scale );
4146 font-weight : 600 ;
42- color : var (--accent );
47+ color : var (--primary );
4348}
4449
4550p {
6570}
6671
6772a : hover {
68- border-color : var (--accent );
69- color : var (--accent );
73+ border-color : var (--primary );
74+ color : var (--primary );
7075}
7176
7277dt {
8186}
8287
8388strong {
84- color : var (--accent );
89+ color : var (--primary );
8590}
8691
8792.return {
88- color : var (--highlight );
93+ color : var (--message );
8994}
9095
9196.deprecated {
92- color : var (--deprecated );
97+ color : var (--warning );
9398 text-decoration : line-through;
9499}
95100
96101.nightly {
97- color : var (--nightly );
102+ color : var (--advance );
98103}
99104
100105.pixi {
101- color : # ea1e63 ;
102- border-color : # ea1e63 ;
106+ color : var (--pixi );
103107}
You can’t perform that action at this time.
0 commit comments