File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# ar5iv-css
2- Some CSS experiments for arXiv HTML documents converted via latexml
2+
3+ The "ar5iv theme" for arXiv HTML documents converted via latexml
4+
5+ # Structured Notes
6+
7+ - [ CSS custom properties for LaTeX authored colors] ( ./docs/rfc_latexml_custom_properties.md )
Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ img {
9898
9999@supports (color : oklch ( calc (1 - 0.5 ) 0.1 250 )) {
100100 [data-theme = "dark" ] [style *= "--ltx-fg-color:" ] {
101- --text-color : oklch (from var (--ltx-fg-color ) calc (0.9 * ( 1 - l) ) c h);
101+ --text-color : oklch (from var (--ltx-fg-color ) calc (1 - 0.7 * l ) c h);
102102 color : var (--text-color );
103103 }
104104 [data-theme = "dark" ] [style *= "--ltx-bg-color:" ] {
105105 --background-color : oklch (from var (--ltx-bg-color ) calc (1 - 0.8237 * l) c h);
106106 background-color : var (--background-color );
107107 }
108108 [data-theme = "dark" ] [style *= "--ltx-border-color:" ] {
109- --border-color : oklch (from var (--ltx-border-color ) calc (0.9 * ( 1 - l) ) c h);
109+ --border-color : oklch (from var (--ltx-border-color ) calc (1 - 0.7 * l ) c h);
110110 border-color : var (--border-color );
111111 }
112112 [data-theme = "dark" ] [style *= "--ltx-fill-color:" ] {
You can’t perform that action at this time.
0 commit comments