diff --git a/src/styles/style.css b/src/styles/style.css index 058b7d9..66faae9 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,13 +1,13 @@ :root { - --primary-color: #2a0a18; - --background-color: #ffb6c1ee; - --sl-color-text-accent: #2a0a18; + --primary-color: #8F2447; + --background-color: #E1F6F9DC; + --sl-color-text-accent: #8F2447; } html[data-theme="dark"] { - --primary-color: #ffb6c1; - --background-color: #2a0a18ee; - --sl-color-text-accent: #ffb6c1; + --primary-color: #E1F6F9; + --background-color: #8F2447ee; + --sl-color-text-accent: #E1F6F9; } .main-frame::before { @@ -113,4 +113,4 @@ starlight-theme-select, starlight-theme-select > label { #tree-nation-offset-website { display: inline; margin: 0 !important; -} \ No newline at end of file +}