Skip to content

Commit

Permalink
improve function visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Elements6007 committed Dec 14, 2023
1 parent 516d007 commit 69c3fd4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

.dcg-calculator-api-container .dcg-keypad .dcg-functions-popover .dcg-section-heading {
background: none !important;
color: #fff;
color: #fff !important;
}

.dcg-calculator-api-container .dcg-btn-light-gray { /*functions tray*/
Expand Down Expand Up @@ -307,6 +307,10 @@
border: 1px solid #444;
}

.dcg-calculator-api-container .dcg-basic-keypad * {
color: white;
}

.dcg-calculator-api-container .dcg-btn-light-gray {
background: linear-gradient(#3a3a3a, #303030);
}
Expand Down Expand Up @@ -390,4 +394,5 @@
background: #333;
border-radius: 50%;
border: 0px solid #eee;
}
}

0 comments on commit 69c3fd4

Please sign in to comment.