5757 margin : 0 ;
5858}
5959
60- input , textarea , select {
60+ input ,
61+ textarea ,
62+ select {
6163 font-size : 1em ;
6264 border-radius : 16px ;
6365 outline : none;
@@ -83,7 +85,8 @@ textarea {
8385 height : 20vh ;
8486}
8587
86- textarea ::-webkit-resizer , textarea ::-moz-resizer {
88+ textarea ::-webkit-resizer ,
89+ textarea ::-moz-resizer {
8790 background : var (--hover-color );
8891 border-radius : 10px 0 8px 0 ;
8992 width : 10px !important ;
@@ -103,11 +106,15 @@ textarea::-webkit-scrollbar-track {
103106 border-radius : 10px ;
104107}
105108
106- input : focus , textarea : focus , select : focus {
109+ input : focus ,
110+ textarea : focus ,
111+ select : focus {
107112 border : 2px solid var (--border-color );
108113}
109114
110- input [type = "date" ], input ::placeholder , textarea ::placeholder {
115+ input [type = "date" ],
116+ input ::placeholder ,
117+ textarea ::placeholder {
111118 color : var (--neutral-color );
112119}
113120
@@ -126,8 +133,7 @@ input[type="number"]::-webkit-outer-spin-button {
126133 margin : 0 ;
127134}
128135
129- input [type = "number" ],
130- input [type = "date" ] {
136+ input [type = "number" ] {
131137 -moz-appearance : textfield;
132138}
133139
@@ -157,11 +163,10 @@ button {
157163 stroke : var (--main-color );
158164}
159165
160- .top-nav button : hover {
161- background-color : var (--hover-color );
162- }
163-
164- button : hover {
166+ .top-nav button : hover ,
167+ button : hover ,
168+ .top-nav button : active ,
169+ .link-button : hover {
165170 background-color : var (--hover-color );
166171}
167172
@@ -303,11 +308,10 @@ main form {
303308 margin : 0 ;
304309}
305310
306- .top-nav button : active {
307- background-color : var (--hover-color );
308- }
309-
310- a , a : hover , a : visited , b {
311+ a ,
312+ a : hover ,
313+ a : visited ,
314+ b {
311315 color : var (--accent-color );
312316}
313317
329333 fill : var (--accent-color );
330334}
331335
332- .current , .current : hover {
336+ .current ,
337+ .current : hover {
333338 color : var (--bg-color );
334339 background-color : var (--main-color );
335340}
@@ -342,10 +347,6 @@ button.add-button {
342347 height : 42px ;
343348}
344349
345- button .add-button : hover {
346- background-color : var (--accent-color );
347- }
348-
349350.text-with-btn {
350351 display : grid;
351352 grid-template-columns : 1fr auto;
@@ -434,14 +435,17 @@ body.modal-open {
434435 display : block;
435436}
436437
437- .logo .logo-cvb {
438+ .logo .logo-cvb ,
439+ .logo-social-bg ,
440+ .logo-object {
438441 fill : var (--main-color );
439442}
440443
441- .logo-bg {
442- stroke : none ;
444+ .logo-stroke {
445+ stroke : var ( --main-color ) ;
443446}
444447
448+ .logo-social ,
445449.logo-shape {
446450 fill : var (--bg-color );
447451}
@@ -450,18 +454,15 @@ body.modal-open {
450454 fill : var (--interaction-color );
451455}
452456
453- .logo-object {
454- fill : var (--main-color );
455- }
456-
457- .logo-stroke {
458- stroke : var (--main-color );
457+ .logo-bg ,
458+ .logo-social-bg {
459+ stroke : none;
460+ rx : 8px ;
459461}
460462
461463.link-button {
462464 display : flex;
463465 flex-direction : column;
464- justify-content : center;
465466 gap : 8px ;
466467 padding : 16px ;
467468 border-radius : 16px ;
@@ -478,10 +479,6 @@ body.modal-open {
478479 gap : 16px ;
479480}
480481
481- .link-button : hover {
482- background-color : var (--hover-color );
483- }
484-
485482.link-button-top {
486483 display : flex;
487484 align-items : center;
@@ -571,7 +568,8 @@ body.modal-open {
571568 padding : 8px 12px ;
572569 }
573570
574- .small-text , button {
571+ .small-text ,
572+ button {
575573 font-size : 16px ;
576574 }
577575
0 commit comments