Skip to content

Commit

Permalink
Update theme-dark.css
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmylo committed Jul 29, 2024
1 parent 9fa0841 commit 8aab080
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions css/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,26 @@ a {
color: #44a8ff;
}

table > thead > tr > th {
background-color: #282828;
color: #e1e1e1;
text-align: center;
}

table {
color: #1c1c1c;
color: #fff;
}

table > tbody > tr:nth-of-type(odd) {
background-color: #060606;
}

hr.shaded {
background: #fff;
}

div#toc ul {
background-color: #2d2d2d;
background-color: #060606;
color: white;
}

Expand Down Expand Up @@ -59,7 +69,7 @@ h4 {color: #808080; }
}

.nav > li.active > a {
background-color: #347DBE;
background-color: #ED1951;
}

.nav > li > a:hover {
Expand Down

0 comments on commit 8aab080

Please sign in to comment.