Skip to content

Commit d9d23f0

Browse files
committed
🏷️ Add variables to rp-variables.css (container-focus-outline)
1 parent 190f0bb commit d9d23f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rp-variables.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@
8282
--rp-current-highlight-background-color: rgba(255, 0, 0, 1);
8383
/* tooltip */
8484
--rp-tooltip-background-color: #1C2024;
85+
/* container */
86+
--rp-container-focus-outline-width: 0px;
87+
--rp-container-focus-outline-color: var(--rp-primary-color);
88+
--rp-container-focus-outline-offset: 2px;
8589
}

0 commit comments

Comments
 (0)