diff --git a/src/app.scss b/src/app.scss index 26f1b7a..62cbf97 100644 --- a/src/app.scss +++ b/src/app.scss @@ -4,8 +4,8 @@ :root { --primary: #189ad6; --primary-hover: #0288d1; - --primary-focus: rgba(3, 155, 229, 0.125); --primary-inverse: #fff; + --primary-focus: rgba(201, 154, 44, 0.3); --form-element-active-border-color: var(--primary); --form-element-focus-color: var(--primary-focus); --switch-color: var(--primary-inverse); @@ -19,6 +19,7 @@ --color: white; --border-width: 2px; --active-link-color: #0a1425; + --primary-focus: rgba(201, 154, 44, 0.3); } @media only screen and (prefers-color-scheme: dark) { @@ -28,5 +29,6 @@ --card-background-color: #0c192e; --card-border-color: #c99a2c; --active-link-color: #189ad6; + --primary-focus: rgba(201, 154, 44, 0.3); } }