Skip to content

Commit

Permalink
Styles improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Mar 31, 2024
1 parent 90cb829 commit 4236126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions @alexandrie/styles/src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $transition-duration: 0.3s;

:root {

--bg-color: #FFFFFF;
--bg-color: #FFF;
--bg-contrast: #F5F9FB;
--bg-contrast-2: #ECF2FF;
//--bg-color: #ECF2FF;
Expand All @@ -37,7 +37,7 @@ $transition-duration: 0.3s;
--font-color: #333;
--border-color: rgba(0, 0, 0, 0.1);
// COLORS \\
--grey: #666666;
--grey: #666;
--grey-bg: rgb(240, 240, 240);
--blue: #009df7;
--blue-bg: #cce0ff;
Expand All @@ -62,7 +62,7 @@ $transition-duration: 0.3s;
--bg-color: #202025;
--bg-contrast: #333335;
--bg-contrast-2: #484852;
--font-color: #DDDDDD;
--font-color: #ddd;
--border-color: rgba(255, 255, 255, 0.7);
// COLORS \\
--grey: #e0e0e0;
Expand All @@ -86,7 +86,7 @@ $transition-duration: 0.3s;

@mixin print-theme {
// THEME \\
--bg-color: #FFFFFF;
--bg-color: #fff;
--bg-contrast: #F5F5F5;
--bg-contrast-2: #ECECEC;
--font-color: #333333;
Expand Down

0 comments on commit 4236126

Please sign in to comment.