[go: nahoru, domu]

Skip to content

Commit

Permalink
change inline code block color and fix table css
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbiNespu committed Jun 19, 2021
1 parent 299096c commit afa433c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ figure h4::before {

/* Code blocks */
code {
background-color: #f1f1f1;
background-color: #b0acac;
padding: .1em .2em;
}

Expand Down Expand Up @@ -344,3 +344,19 @@ content: 'Markdown';
background: royalblue;
color: whitesmoke ;
}

/* table */
table {
border-spacing: 0;
border-collapse: collapse;
}

table th{
padding: 6px 13px;
border: 1px solid #dfe2e5;
}

table td{
padding: 6px 13px;
border: 1px solid #dfe2e5;
}

0 comments on commit afa433c

Please sign in to comment.