File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
themes/CodeMeta-Pyramids/static/css Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -61,22 +61,31 @@ body {
6161 background-color : var (--bs-secondary-bg );
6262}
6363
64- [data-bs-theme = light ] div .highlight {
64+ .navbar {
65+ background-color : var (--bs-body-bg ) !important ;
66+ }
67+
68+ div .highlight {
6569 border : 1px solid var (--bs-dark-border-subtle );
6670 padding : 10px 10px 0px 10px ;
6771}
6872
73+ .highlight {
74+ background-color : var (--bs-dark-bg-subtle );
75+ }
76+
6977[data-bs-theme = dark ] div .highlight {
7078 border : 1px solid var (--bs-body-bg );
7179 padding : 10px 10px 0px 10px ;
7280}
7381
74- .navbar {
75- background-color : var (--bs-body-bg ) !important ;
82+ [data-bs-theme = dark ] .highlight {
83+ background-color : var (--bs-tertiary-bg ) !important ;
84+ color : var (--bs-body-color );
7685}
7786
78- [data-bs-theme = dark ] . highlight {
79- background- color: var (--bs-border -color ) !important ;
87+ [data-bs-theme = dark ] pre code {
88+ color : var (--bs-body -color );
8089}
8190
8291[data-bs-theme = dark ] .navbar {
You can’t perform that action at this time.
0 commit comments