Skip to content

Commit

Permalink
regen for 402d866
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanGau committed Aug 19, 2024
1 parent fed054c commit 3682f22
Show file tree
Hide file tree
Showing 25 changed files with 33 additions and 27 deletions.
4 changes: 4 additions & 0 deletions css/g0vernance.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[data-black] {
display: inline-block;
border-bottom: 1px dotted #d60000;
position: relative;
}
[data-black]:hover {
border-color: transparent;
}
[data-black]:hover::after {
content: attr(data-black);
background: #222324;
Expand Down
2 changes: 1 addition & 1 deletion css/g0vernance.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ body {
font-weight: 300;
color: #222324;
}
p {
line-height: 1.75em;
}
li {
margin-bottom: 0.5em;
}
li:last-child {
margin-bottom: 0;
}
b,
strong {
font-weight: 700;
Expand Down Expand Up @@ -147,6 +156,11 @@ nav.navbar .collapse {
text-decoration: none;
background-color: #dc3545;
}
#covertoggle:checked ~ div,
#covertoggle:checked ~ label,
#covertoggle:checked {
display: none;
}
#landing {
position: relative;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file removed css/landing.css
Empty file.
Empty file removed css/landing.min.css
Empty file.
Loading

0 comments on commit 3682f22

Please sign in to comment.