Skip to content
Closed
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
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ hr{
}
.primary-link
{

background-color:var(--primary-color);
padding:1rem;
border-radius:1rem;
color:var(--white);
}
.secondary-link
{

padding:1rem;
border: 1.5px solid var(--primary-color);
border-radius:1rem;
Expand Down Expand Up @@ -106,12 +108,14 @@ nav{
margin-bottom: 2rem;
}
.section p,ul,pre,ol{

max-width: 620px;
margin:auto;
}

.section
{
position: relative;
padding:2rem;
/* padding-bottom: 1rem;; */
margin:1rem 0rem;;
Expand Down Expand Up @@ -170,7 +174,8 @@ padding-bottom:1rem;
.mb-2 {
margin-bottom: 2rem !important;
}

.inline li a:hover,
li a:hover{
color: var(--light);
}
}