Skip to content

Commit 639a8b4

Browse files
committed
💄 add navigation title
1 parent 2d0e696 commit 639a8b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/sass/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,14 @@
262262
opacity: 0.95;
263263
//transition: 0.25s all;
264264

265+
&::before {
266+
display: block;
267+
width: 100%;
268+
content: 'navigation';
269+
font-variant: small-caps;
270+
border-bottom: 1px dotted _palette(border);
271+
}
272+
265273
ul {
266274
list-style-type: none;
267275
padding-bottom: 1px;

0 commit comments

Comments
 (0)