Skip to content

Commit

Permalink
feat: more color work
Browse files Browse the repository at this point in the history
  • Loading branch information
rlfrahm committed Jul 1, 2024
1 parent c80e7b4 commit cdd4dd9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
--ifm-color-primary-light: #B8CEA6;
--ifm-color-primary-lighter: #C2D5B3;
--ifm-color-primary-lightest: #747476;
--ifm-color-success: #80A860;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--site-primary-hue-saturation: 167 68%;
Expand All @@ -44,7 +45,7 @@
--alert-error-background: linear-gradient(90deg, rgba(246, 81, 136, 0.2) 0.78%, rgba(246, 81, 136, 0.05) 41.41%);
--alert-info-color: #114762;
--alert-info-background: linear-gradient(90deg, rgba(41, 182, 246, 0.2) 0.78%, rgba(41, 182, 246, 0.05) 41.41%);
--alert-success-color: #004937;
--alert-success-color: #ADC698;
--alert-success-background: linear-gradient(90deg, rgba(0, 182, 138, 0.2) 0.78%, rgba(0, 182, 138, 0.05) 41.41%);
--alert-neutral-color: #606376;
--alert-neutral-border-color: rgba(7, 10, 27, 0.23);
Expand Down Expand Up @@ -80,13 +81,13 @@
--card-border-shadow-hover: 0px 8px 10px rgba(4, 6, 17, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.18);

/* Alerts */
--alert-warning-color: #ffa726;
--alert-warning-color: #EECD59;
--alert-warning-background: linear-gradient(90deg, rgba(255, 167, 38, 0.2) 0.78%, rgba(255, 167, 38, 0.05) 41.41%);
--alert-error-color: #f56c9d;
--alert-error-color: #EF3E36;
--alert-error-background: linear-gradient(90deg, rgba(245, 108, 157, 0.2) 0.78%, rgba(245, 108, 157, 0.05) 41.41%);
--alert-info-color: #0288d1;
--alert-info-color: #508CA4;
--alert-info-background: linear-gradient(90deg, rgba(41, 182, 246, 0.2) 0.78%, rgba(41, 182, 246, 0.05) 41.41%);
--alert-success-color: #00b68a;
--alert-success-color: #ADC698;
--alert-success-background: linear-gradient(90deg, rgba(0, 182, 138, 0.2) 0.78%, rgba(0, 182, 138, 0.05) 41.41%);
--alert-neutral-color: #EBEDFF;
--alert-neutral-border-color: rgba(234, 239, 255, 0.10);
Expand Down

0 comments on commit cdd4dd9

Please sign in to comment.