[gnome-calculator/wip/exalm/fix-style: 1/7] Revert "* - removing green tint (part 2)"




commit a2c93632b079d9535edc80a83cc5b6a6576a462a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 6 16:59:27 2022 +0400

    Revert "* - removing green tint (part 2)"
    
    This reverts commit a381c2adbe0d47ac705f5ad0193dba4fd78f3315.

 src/ui/style.css | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/src/ui/style.css b/src/ui/style.css
index 9750ad4b..61ff865c 100644
--- a/src/ui/style.css
+++ b/src/ui/style.css
@@ -177,6 +177,14 @@ mathdisplay textview text {
 }
 
 /* Recoloring of the app comes below… */
+.history-view {
+  background-color: mix(@green_3, @view_bg_color, 0.97);
+}
+
+.math-display {
+  background-color: mix(@green_3, @view_bg_color, 0.93);
+}
+
 .suggested-action {
   background-color: @orange_3;
   color: @light_1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]