We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30eb3b6 commit 58a921cCopy full SHA for 58a921c
docs/stylesheets/nokia.css
@@ -245,4 +245,20 @@ div.highlight.code-scroll-sm pre>code {
245
/* custom twemoji sizes */
246
.twemoji-md {
247
--md-icon-size: 2em !important;
248
-}
+}
249
+
250
+/* START border for content tabs
251
+https://github.com/squidfunk/mkdocs-material/discussions/4157#discussioncomment-8270993
252
+*/
253
+.md-typeset .tabbed-set {
254
+ border: 0.5px solid var(--md-typeset-table-color);
255
256
257
+.md-typeset .tabbed-content {
258
+ padding-left: 0.5rem;
259
+ padding-right: 0.5rem;
260
+ padding-bottom: 0.5rem;
261
+ padding-top: 0.5rem;
262
263
264
+/* END border for content tabs */
0 commit comments