File tree Expand file tree Collapse file tree 2 files changed +21
-13
lines changed Expand file tree Collapse file tree 2 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 2828 <a href =" /" ><span class =" logo-prefix" >≡</span >codeGROOVE</a >
2929 </div >
3030 <ul class =" nav-links" >
31- <li ><a href =" /about/" ><span class =" bracket" >【</span >about<span class =" bracket" >】</span ></a ></li >
32- <li ><a href =" /products/ready-to-review/" ><span class =" bracket" >【</span >products<span class =" bracket" >】</span ></a ></li >
33- <li ><a href =" /opensource/" ><span class =" bracket" >【</span >opensource<span class =" bracket" >】</span ></a ></li >
34- <li ><a href =" /security/" ><span class =" bracket" >【</span >security<span class =" bracket" >】</span ></a ></li >
31+ <li ><a href =" /about/" >about</a ></li >
32+ <li ><a href =" /products/ready-to-review/" >products</a ></li >
33+ <li ><a href =" /support/" >support</a ></li >
34+ <li ><a href =" /security/" >security</a ></li >
35+ <li ><a href =" /opensource/" >opensource</a ></li >
3536 </ul >
3637 </nav >
3738
Original file line number Diff line number Diff line change @@ -114,14 +114,24 @@ body {
114114 list-style : none;
115115 margin : 0 ;
116116 padding : 0 ;
117- gap : 20 px ;
117+ gap : 8 px ;
118118 height : 27.5px ;
119119 align-items : center;
120120}
121121
122122.nav-links li {
123123 margin : 0 ;
124124 padding : 0 ;
125+ display : flex;
126+ align-items : center;
127+ }
128+
129+ .nav-links li : not (: last-child )::after {
130+ content : "•" ;
131+ color : # 888 ;
132+ opacity : 0.75 ;
133+ margin-left : 8px ;
134+ font-size : 14px ;
125135}
126136
127137.nav-links a {
@@ -141,10 +151,6 @@ body {
141151 color : var (--cyan );
142152}
143153
144- .nav-links .bracket {
145- color : # 888 ;
146- opacity : 0.75 ;
147- }
148154
149155/* Accessibility: Focus Indicators */
150156a : focus-visible ,
@@ -919,6 +925,11 @@ button,
919925 height : 34px ;
920926 }
921927
928+ .nav-links li : not (: last-child )::after {
929+ margin-left : 4px ;
930+ font-size : 12px ;
931+ }
932+
922933 .nav-links a {
923934 padding : 8px 12px ;
924935 min-height : 34px ;
@@ -928,10 +939,6 @@ button,
928939 justify-content : center;
929940 }
930941
931- .nav-links .bracket {
932- display : none;
933- }
934-
935942 .hero {
936943 justify-content : center;
937944 padding : 46px 16px 46px ;
You can’t perform that action at this time.
0 commit comments