mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
giving dark mode a little pizazz
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
/*default for light*/
|
/*default for light*/
|
||||||
:root {
|
:root {
|
||||||
--font-color: #000;
|
--font-color: #000;
|
||||||
|
--font-bold: #000;
|
||||||
--link-color:blue;
|
--link-color:blue;
|
||||||
--main-bg: #fff;
|
--main-bg: #fff;
|
||||||
--toc-bg: #eee;
|
--toc-bg: #eee;
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
|
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
--font-color: #eee;
|
--font-color: #eee;
|
||||||
|
--font-bold: #fff;
|
||||||
--link-color: #00cfff;
|
--link-color: #00cfff;
|
||||||
--main-bg: #121212;
|
--main-bg: #121212;
|
||||||
--toc-bg: #323232;
|
--toc-bg: #323232;
|
||||||
@@ -44,7 +46,7 @@
|
|||||||
--toc-hover: #161616;
|
--toc-hover: #161616;
|
||||||
--typewriter-bg: #323232;
|
--typewriter-bg: #323232;
|
||||||
--snackbar-bg: #333;
|
--snackbar-bg: #333;
|
||||||
--snackbar-color: #eee;
|
--snackbar-color: #fff;
|
||||||
--table-border-color: #eee;
|
--table-border-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -197,7 +199,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{
|
|||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
color: var(--font-color);
|
color: var(--font-bold);
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user