Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion new.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,27 @@ header {
padding-right: calc(50vw - 50%);
}

nav {
/* Clone of <header> for links */
background: var(--nc-bg-2);
border-bottom: 1px solid var(--nc-bg-3);
padding: 2rem 1.5rem;

margin: -2rem calc(0px - (50vw - 50%)) 2rem;

padding-left: calc(50vw - 50%);
padding-right: calc(50vw - 50%);
}

nav a {
text-decoration: none;
color: var(--nc-tx-1);
}
nav a:hover {
text-decoration: underline;
color: var(--nc-lk-2);
}

header h1,
header h2,
header h3 {
Expand Down Expand Up @@ -444,4 +465,4 @@ input {

img {
max-width: 100%;
}
}