diff --git a/package.json b/package.json index 7108e69039a9cd36a85396bfc869939669abfc57..988c60af97cca8a2771d3ab80bcf922c190844b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sb-themes", - "version": "0.0.85", + "version": "0.0.86", "description": "Sunbird project application themes", "main": "index.js", "scripts": { diff --git a/themes/themes-df.scss b/themes/themes-df.scss index 834031f08400e00bcf2d0b6a3380ea883cd8a143..93419d6914d85cd84bb37ae474639811256bb644 100644 --- a/themes/themes-df.scss +++ b/themes/themes-df.scss @@ -44,12 +44,12 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] { --df-222: #222; --text-color: var(--white); --df-background: var(--df-222); - --df-common-bg: var(--df-333); + --df-common-bg: var(--df-222); //declared variables --df-body-bg: var(--black); // body bg - --df-card-bg: var(--black); - --df-related-card-bg: var(--black); + --df-card-bg: var(--df-333); + --df-related-card-bg: var(--df-333); --df-sidebar-menu-text: var(--gray-300); --df-sidebar-menu-active-bg: var(--df-333); --df-tab-text: var(--text-color); diff --git a/themes/themes-mobile.scss b/themes/themes-mobile.scss index 31876dd41e3e6c35e4b1625061c905f0f596c460..daefd76450b3bba274ce5c8c9bf52552d81a9016 100644 --- a/themes/themes-mobile.scss +++ b/themes/themes-mobile.scss @@ -2,7 +2,7 @@ html[data-theme="JOYFUL"] { .sbt-inside-page-container.ui.container { margin: 0 !important; height: 100%; - background: hsla(0, 0%, 7%, 0.75); + // background: hsla(0, 0%, 7%, 0.75); } lib-lib-entry { .df-header { @@ -50,6 +50,8 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] { --button-style-shadow: 5px 5px 2px 0 var(--app-shadow); --block-style-shadow: 0 2px 7px 0 var(--app-shadow); + --app-tertiary-background: #000; + //cc --cc-accordion-panel-br: #333; --cc-accordion-panel-bg: #222222; @@ -1417,14 +1419,6 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] { background: var(--white); } - .df-btn-container, - .discuss-card-content, - .discussion-details, - .related-discuss-card, - .discussion-start-modal .discussion-start-modal-content { - background: #333; - } - .df-btn-container .sb-left-icon, .submit-post-btn.start-common-btn { color: var(--black) !important;