Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
major fixes
  • Loading branch information
Elements6007 committed Jun 29, 2024
1 parent a2421e0 commit c6eecad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,33 @@
border-top: 1px solid rgba(20, 20, 20);
}

.dcg-calculator-api-container-v1_10 .dcg-container {
font-size: 100%;
color: #ddd !important;
background: #0f0f0f !important;
}

.dcg-calculator-api-container-v1_10 .dcg-container .dcg-expression-top-bar {
background: #0f0f0f !important;
}

.dcg-calculator-api-container-v1_10 .dcg-exppanel .dcg-expressionitem .dcg-tab {
background: #3a3a3a !important;
}

.dcg-calculator-api-container-v1_10 .dcg-expressionitem.dcg-new-expression .dcg-new-math-div .dcg-new-expression-fade {
background: #3a3a3a !important;
}

.dcg-calculator-api-container .dcg-exppanel .dcg-expressionitem .dcg-tab {
background: rgba(0, 0, 0, 0.2) !important;
border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.dcg-calculator-api-container-v1_10 .dcg-container .dcg-mq-editable-field:not(.dcg-no-fadeout):after {
background: linear-gradient(to right,#0f0f0f,#0f0f0f) !important;
}

.dcg-calculator-api-container .dcg-container .dcg-mq-editable-field:not(.dcg-no-fadeout):after {
background: #0f0f0f !important;
}
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Desmos: Dark Mode",
"version": "0.1.3",
"manifest_version": 2,
"version": "0.1.4",
"manifest_version": 3,
"description" : "Dark Mode for Desmos",
"content_scripts" : [
{
Expand Down

0 comments on commit c6eecad

Please sign in to comment.