Skip to content

Commit d7b0765

Browse files
committed
fix: rebuild css to add color palette
1 parent 774974f commit d7b0765

File tree

3 files changed

+309
-122
lines changed

3 files changed

+309
-122
lines changed

states/-1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div class="Flg0.1 H100p">
3434
<!-- Save button -->
35-
<button class="btn Bgc-$accent900 Bgc-$hover850_h D P0 M0 C-$accent850 H100p W80p Bdrd10u Fnw600 Tsd-$shortTsd">
35+
<button class="btn M-a Bgc-$accent900 Bgc-$hover850_h D P0 M0 C-$accent850 H100p W18u Bdrd10u Fnw600 Tsd-$shortTsd">
3636
<span class="D">
3737
Save
3838
</span>
@@ -123,7 +123,7 @@
123123
<div class="Fi-$accent200_h::svg">
124124
<div class="D-f Ai-c Jc-sb -Ctx Bgc-$accent600_h Tsd-$shortTsd P2u;5u">
125125
<span class="D Fns5u"> Create expanded bio</span>
126-
<svg viewBox="0 0 24 24" aria-hidden="true" class="Fi-$accent800 -Sz26 P0.5u Us-n Tsd-ih">
126+
<svg viewBox="0 0 24 24" aria-hidden="true" class="Fi-$accent600 -Sz26 P0.5u Us-n Tsd-ih">
127127
<use href="img/sprite.svg#larger"></use>
128128
</svg>
129129
</div>
@@ -133,7 +133,7 @@
133133
<div class="Fi-$accent200_h::svg">
134134
<div class="D-f Ai-c Jc-sb -Ctx Bgc-$accent600_h Tsd-$shortTsd P2u;5u">
135135
<span class="D Fns5u"> Add your skills</span>
136-
<svg viewBox="0 0 24 24" aria-hidden="true" class="Fi-$accent800 -Sz26 P0.5u Us-n Tsd-ih">
136+
<svg viewBox="0 0 24 24" aria-hidden="true" class="Fi-$accent600 -Sz26 P0.5u Us-n Tsd-ih">
137137
<use href="img/sprite.svg#larger"></use>
138138
</svg>
139139
</div>

states/-1/style.css

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -272,20 +272,19 @@ Styleguide: css_lib.helpers.ratio-box
272272

273273
html {
274274
--ml-accent900: #e7e9ea;
275-
--ml-accent850: #040404;
276-
--ml-accent800:#16181c;
277-
--ml-accent600:#333639;
278-
--ml-accent200:#1d9bf0;
279-
--ml-accent400:#83cbfb;
280-
--ml-accent300: rgb(255, 74, 74);
281-
--ml-hover900: #181919;
282-
--ml-hover850: #d7dbdc;
283-
--ml-hover200: rgba(0,0,0,0.10);
275+
--ml-accent850: #0f1419;
276+
--ml-accent600: #333639;
277+
--ml-accent200: #1d9bf0;
278+
--ml-accent300: #fa4646;
279+
--ml-accent400: #6bc4ff;
280+
--ml-hover900: #4a4a4a;
281+
--ml-hover850: #bdbdbd;
284282
--ml-hover400: rgba(0,0,0,0.40);
285283
--ml-hover300: rgba(0,0,0,0.20);
284+
--ml-hover200: rgba(0,0,0,0.10);
286285
}
287286

288-
div, textarea {
287+
div {
289288
scrollbar-width: none;
290289
}
291290

@@ -552,28 +551,32 @@ div, textarea {
552551
left: 0px;
553552
}
554553

555-
.Gap3u {
556-
gap: 0.75rem;
554+
.Gap5u {
555+
gap: 1.25rem;
557556
}
558557

559-
.Bgc-\$hover200 {
558+
.Bgc-\$hover200_h:hover {
560559
background-color: var(--ml-hover200);
561560
}
562561

563-
.O0 {
564-
opacity: 0;
562+
.Bgc-\$hover400 {
563+
background-color: var(--ml-hover400);
565564
}
566565

567-
.O1_h:hover {
568-
opacity: 1;
566+
.Bgc-\$hover300_h:hover {
567+
background-color: var(--ml-hover300);
569568
}
570569

571-
.Bgc-\$hover400 {
572-
background-color: var(--ml-hover400);
570+
.P2u {
571+
padding: 0.5rem;
573572
}
574573

575-
.Bgc\#000\*0\.3 {
576-
background-color: rgba(0, 0, 0, 0.3);
574+
.O0 {
575+
opacity: 0;
576+
}
577+
578+
.-Ctx-wallpaper:hover .\^wallpaper\:h\:_O1 {
579+
opacity: 1;
577580
}
578581

579582
.Zi10 {
@@ -600,6 +603,14 @@ div, textarea {
600603
left: 1.25rem;
601604
}
602605

606+
.Bgc-\$hover200 {
607+
background-color: var(--ml-hover200);
608+
}
609+
610+
.O1_h:hover {
611+
opacity: 1;
612+
}
613+
603614
.P3u\;5u_\:div div {
604615
padding: 0.75rem 1.25rem;
605616
}
@@ -628,10 +639,6 @@ div, textarea {
628639
border-radius: 0.5rem;
629640
}
630641

631-
.P2u {
632-
padding: 0.5rem;
633-
}
634-
635642
.Ct-\'\;\'\;\'\*\'_af::after {
636643
content: ' ' '*';
637644
}
@@ -700,18 +707,14 @@ div, textarea {
700707
transition-duration: inherit;
701708
}
702709

703-
.Gap5u {
704-
gap: 1.25rem;
710+
.M-a {
711+
margin: auto;
705712
}
706713

707-
.Bgc-\$hover200_h:hover {
708-
background-color: var(--ml-hover200);
714+
.W18u {
715+
width: 4.5rem;
709716
}
710717

711-
.Bgc-\$hover300_h:hover {
712-
background-color: var(--ml-hover300);
713-
}
714-
715-
.-Ctx-wallpaper:hover .\^wallpaper\:h\:_O1 {
716-
opacity: 1;
718+
.Fi-\$accent600 {
719+
fill: var(--ml-accent600);
717720
}

0 commit comments

Comments
 (0)