Skip to content

Commit 58a921c

Browse files
committed
adding borders to the tables
1 parent 30eb3b6 commit 58a921c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Diff for: docs/stylesheets/nokia.css

+17-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,20 @@ div.highlight.code-scroll-sm pre>code {
245245
/* custom twemoji sizes */
246246
.twemoji-md {
247247
--md-icon-size: 2em !important;
248-
}
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

Comments
 (0)