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 c08dd71 commit ca391a7Copy full SHA for ca391a7
src/assets/styles/app.css
@@ -79,7 +79,25 @@ a {
79
z-index: 999;
80
}
81
82
-/* Details/Summary Styles */
+/* startlight tabs Styles */
83
+starlight-tabs {
84
+ position: relative;
85
+ border-top: 1px solid hsl(var(--border));
86
+ border-bottom: 1px solid hsl(var(--border));
87
+ margin-top: .5em;
88
+}
89
+
90
+/* Add a decorative pattern in the middle of the top border */
91
+starlight-tabs::before {
92
+ content: '✻ ✻ ✻';
93
+ position: absolute;
94
+ top: 0;
95
+ left: 50%;
96
+ transform: translate(-50%, -50%);
97
+ background-color: hsl(var(--background));
98
+ padding: 0 0.5rem;
99
+ color: hsl(var(--muted-foreground));
100
101
102
103
/* inline code css*/
0 commit comments