File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,10 +225,14 @@ mobile has scaling widths and font sizes
225225 }
226226 .navigation ul li a {
227227 color : var (--white );
228+ border-bottom-style : solid;
228229 border-color : var (--whiteRGBA1 );
229230 }
230231 .navigation ul li a : hover {
231- border-color : var (--whiteRGBA2 )
232+ border-color : var (--whiteRGBA1 );
233+ }
234+ .navigation ul li a : active {
235+ border-color : var (--whiteRGBA2 );
232236 }
233237
234238 .section {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class NavBar extends React.Component {
3232
3333 < ul className = "flex-container" >
3434 < li className = "mobile-hide" > < a href = "https://static.mlh.io/docs/mlh-code-of-conduct.pdf" > MLH CODE OF CONDUCT</ a > </ li >
35- < li > < a href = "https://brickhack.io/gallery/" > GALLERY</ a > </ li >
35+ < li > < a > GALLERY</ a > </ li >
3636 </ ul >
3737 </ div >
3838 </ div >
You can’t perform that action at this time.
0 commit comments