Browse Source

add new background color 0a4553

Federica 1 year ago
parent
commit
39f21178cb
5 changed files with 4 additions and 4 deletions
  1. BIN
      dist/.DS_Store
  2. BIN
      dist/evt/favicon.ico
  3. 3 3
      src/assets/scss/_themes.scss
  4. BIN
      src/favicon.ico
  5. 1 1
      src/styles.scss

BIN
dist/.DS_Store


BIN
dist/evt/favicon.ico


+ 3 - 3
src/assets/scss/_themes.scss

@@ -1,6 +1,6 @@
 $themes: (
     restore: (
-        baseColorDark: #891c25,
+        baseColorDark: #0a4553,
         baseColorLight: #e9e9e9,
         baseBorder: rgba(0, 0, 0, 0.125),
         secondaryColorDark: rgb(120, 58, 58),
@@ -9,13 +9,13 @@ $themes: (
         panelTextColor: rgb(70, 46, 46),
         panelSecondaryBackgroundColor: rgba(236, 239, 241, 0.95),
         toolsBackground: #e9e9e9,
-        toolsColor: #891c25,
+        toolsColor: #0a4553,
         toolsBackgroundDarker: #ccc4ba,
         toolsColorActive: white,
         appEntryBoxBackground: #f9f7f5,
         appEntryBoxActiveTabBg: #f2ede9,
         mainHeaderBackground: white,
-        mainHeaderColor: #891c25
+        mainHeaderColor: #0a4553
     ),
     neutral: (
         baseColorDark: #45535a,

BIN
src/favicon.ico


+ 1 - 1
src/styles.scss

@@ -385,7 +385,7 @@ footer.footerz {
     position: absolute !important;
     width: 100%;
     height: 3em;
-    background-color: #891c25;
+    background-color: #0a4553;
     color: white;
     // padding-top: 2px;
     a {