nav is mostly good now
This commit is contained in:
parent
a42e3492ed
commit
fc8653083b
2 changed files with 10 additions and 2 deletions
|
@ -69,11 +69,11 @@
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 181px;
|
right: 191px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #33414a;
|
background-color: #33414a;
|
||||||
color: white;
|
color: white;
|
||||||
width: 230px;
|
width: 240px;
|
||||||
box-shadow: 0 2px 6px -0.25px #00000035;
|
box-shadow: 0 2px 6px -0.25px #00000035;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
|
|
@ -21,4 +21,12 @@
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navItem[aria-current] {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue