Skip to content

Commit

Permalink
Merge pull request #8 from bluevolvo87/profanity
Browse files Browse the repository at this point in the history
Profanity Insanity.
  • Loading branch information
bluevolvo87 authored Oct 21, 2024
2 parents b27b0c1 + 0eee07e commit 0e3c399
Show file tree
Hide file tree
Showing 109 changed files with 5,795 additions and 1,019 deletions.
39 changes: 38 additions & 1 deletion assets/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,43 @@ h6::before {
content: "###### ";
}


/* table */
table {
border-spacing: 0;
border-collapse: collapse;
background-color: black;
border-color: white;
font-size: small;
}

table th{
padding: 3px 6px;
/* border: 1px solid #dfe2e5; */
font-size: medium;
}

table td{
padding: 3px 6px;
font-size: small;
/* border: 1px solid #dfe2e5; */
}

div.dataTables_info {
background-color: black;
color: white;
}


div.dataTables_filter {
background-color: black;
color: white;
padding: 3px 6px;
}




a {
border-bottom: 3px solid var(--darkMaincolor);
color: inherit;
Expand Down Expand Up @@ -114,7 +151,7 @@ ul {
}

.site-toc a {
colour: purple;
color: purple;

}

Expand Down
3 changes: 1 addition & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ blockquote {
font-weight: 400;
}


/* Containers */
.content {
margin-bottom: 4em;
Expand Down Expand Up @@ -353,7 +352,7 @@ div.dataTables_info {

div.dataTables_filter {
background-color: whitesmoke;
colour: red;
color: red;
padding: 3px 6px;
}

Expand Down
333 changes: 333 additions & 0 deletions content/posts/2024-09-24-profanity-insanity/index.Rmd

Large diffs are not rendered by default.

Loading

0 comments on commit 0e3c399

Please sign in to comment.