mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Beautified the table's in dark mode.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
--toc-highlight: rgb(116, 178, 243);
|
||||
--tag-bg: rgb(41, 40, 40);
|
||||
--tag-hover: rgb(43, 56, 62);
|
||||
--tb-odd-bg: rgb(50, 51, 41); /* posts' table odd line */
|
||||
--tb-odd-bg: rgba(52, 53, 42, 0.52); /* odd rows of the posts' table */
|
||||
--tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */
|
||||
|
||||
/* tags */
|
||||
--tag-border: rgb(59, 79, 88);
|
||||
|
||||
@@ -82,4 +82,8 @@
|
||||
color: #818c96; /* override Bootstrap */
|
||||
}
|
||||
|
||||
kbd {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user