-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
188 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
/* Deep-orange Light scheme (Default) */ | ||
/* Can be forced with data-theme="light" */ | ||
[data-theme="light"], | ||
:root:not([data-theme="dark"]) { | ||
--primary: #f4511e; | ||
--primary-hover: #e64a19; | ||
--primary-focus: rgba(244, 81, 30, 0.125); | ||
--primary-inverse: #FFF; | ||
[data-theme='light'], | ||
:root:not([data-theme='dark']) { | ||
--primary: #f4511e; | ||
--primary-hover: #e64a19; | ||
--primary-focus: rgba(244, 81, 30, 0.125); | ||
--primary-inverse: #fff; | ||
} | ||
|
||
/* Deep-orange Dark scheme (Auto) */ | ||
/* Automatically enabled if user has Dark mode enabled */ | ||
@media only screen and (prefers-color-scheme: dark) { | ||
:root:not([data-theme]) { | ||
--primary: #f4511e; | ||
--primary-hover: #ff5722; | ||
--primary-focus: rgba(244, 81, 30, 0.25); | ||
--primary-inverse: #FFF; | ||
} | ||
:root:not([data-theme]) { | ||
--primary: #f4511e; | ||
--primary-hover: #ff5722; | ||
--primary-focus: rgba(244, 81, 30, 0.25); | ||
--primary-inverse: #fff; | ||
} | ||
} | ||
|
||
/* Deep-orange Dark scheme (Forced) */ | ||
/* Enabled if forced with data-theme="dark" */ | ||
[data-theme="dark"] { | ||
--primary: #f4511e; | ||
--primary-hover: #ff5722; | ||
--primary-focus: rgba(244, 81, 30, 0.25); | ||
--primary-inverse: #FFF; | ||
[data-theme='dark'] { | ||
--primary: #f4511e; | ||
--primary-hover: #ff5722; | ||
--primary-focus: rgba(244, 81, 30, 0.25); | ||
--primary-inverse: #fff; | ||
} | ||
|
||
/* Deep-orange (Common styles) */ | ||
:root { | ||
--form-element-active-border-color: var(--primary); | ||
--form-element-focus-color: var(--primary-focus); | ||
--switch-color: var(--primary-inverse); | ||
--switch-checked-background-color: var(--primary); | ||
--form-element-active-border-color: var(--primary); | ||
--form-element-focus-color: var(--primary-focus); | ||
--switch-color: var(--primary-inverse); | ||
--switch-checked-background-color: var(--primary); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
12680e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
rodburger – ./
rodburger-git-main-rodgco.vercel.app
rodburger.vercel.app
rodburger-rodgco.vercel.app
burger.rodg.co