We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f922943 commit f638cb8Copy full SHA for f638cb8
web/src/global.css
@@ -53,10 +53,15 @@ html {
53
box-sizing: inherit;
54
}
55
56
-*:focus {
+:focus:not(:focus-visible) {
57
outline: none;
58
59
60
+:focus-visible {
61
+ outline: 2px solid var(--klerosUIComponentsPrimaryBlue);
62
+ outline-offset: 2px;
63
+}
64
+
65
h1 {
66
margin: 0 0 16px 0;
67
font-weight: 600;
@@ -138,9 +143,9 @@ ul {
138
143
--os-handle-bg-active: var(--color-lavender-purple);
139
144
140
145
141
-[class*="Toastify__toast-container"] {
146
+.Toastify__toast-container.Toastify__toast-container {
142
147
top: unset;
- padding-top: 20px !important;
148
+ padding-top: 20px;
149
150
151
/* Custom Scrollbar */
0 commit comments