Skip to content
Merged

A11y #94

Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions src/assets/css/a11y.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
color: var(--content);
background: var(--code-bg);
}

body:not(.dark) .post-content p a:not(.lnlinks) {
color: var(--secondary);
}

.post-content p a:not(.lnlinks) {
color: var(--tetriary);
}

.post-meta a {
color: var(--tetriary);
}
13 changes: 5 additions & 8 deletions src/assets/css/binick.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
margin: auto;
}

.highlight span.lnt a {
box-shadow: unset;
}

.post-content table th,
.post-content table:not(.highlighttable) td {
border-bottom: unset;
Expand Down Expand Up @@ -62,12 +58,13 @@
height: 160px;
}

.post-content section.certifications .badges div {
max-width: 30%;
margin: 0 auto;
.post-content section.certifications .badges {
list-style: none;
margin: auto;
justify-content: space-between;
}

.post-content section.certifications .badges div p {
.post-content section.certifications .badges li p {
padding-top: 15px;
text-align: center;
}
Expand Down
Loading
Loading