File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ export const moreExamples = () => html`
351351
352352 .styled-person {
353353 --default-font-family : 'Comic Sans MS' , cursive, sans-serif;
354- --person-line1-text-color : red ;
354+ --person-line1-text-color : # CB1919 ;
355355 --person-avatar-size : 60px ;
356356 --default-font-size : 20px ;
357357 --person-line2-text-color : green;
@@ -361,7 +361,7 @@ export const moreExamples = () => html`
361361
362362 .person-initials {
363363 --person-initials-text-color : yellow;
364- --person-initials-background-color : red ;
364+ --person-initials-background-color : # CB1919 ;
365365 --person-avatar-size : 60px ;
366366 --person-avatar-border-radius : 10% 35% ;
367367 }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const customCSSProperties = () => html`
5858
5959 --task-title-text-font-size : large;
6060 --task-title-text-font-weight : 500 ;
61- --task-complete-title-text-color : green ;
61+ --task-complete-title-text-color : # 066406 ;
6262 --task-incomplete-title-text-color : purple;
6363
6464 --task-icons-width : 32px ;
@@ -70,7 +70,7 @@ export const customCSSProperties = () => html`
7070
7171 --task-complete-background-color : powderblue;
7272 --task-incomplete-background-color : salmon;
73- --task-complete-border : 2px dashed green ;
73+ --task-complete-border : 2px dashed # 066406 ;
7474 --task-incomplete-border : 2px double red;
7575 --task-complete-border-radius : 8px ;
7676 --task-incomplete-border-radius : 12px ;
@@ -108,6 +108,9 @@ export const customCSSProperties = () => html`
108108 --dot-options-menu-shadow-color : yellow;
109109 --dot-options-menu-item-color : maroon;
110110 --dot-options-menu-item-hover-background-color : white;
111+
112+ /** affects the assignments dropdown **/
113+ --arrow-options-button-font-color : # 004074 ;
111114 }
112115 </ style >
113116 < mgt-planner class ="tasks "> </ mgt-planner >
You can’t perform that action at this time.
0 commit comments