diff --git a/customprompts/mzta-custom-prompts.css b/customprompts/mzta-custom-prompts.css index e69de29b..06c260c8 100644 --- a/customprompts/mzta-custom-prompts.css +++ b/customprompts/mzta-custom-prompts.css @@ -0,0 +1,12 @@ +@media (prefers-color-scheme: dark) { + body { + background-color: rgb(35, 34, 43); + color: rgb(251, 251, 254); + } + + a:link { color: #409EFF; } + a:visited { color: #409EFF; } + a:hover { color: #66B1FF; } + a:active { color: #66B1FF; } + +} diff --git a/options/mzta-options.css b/options/mzta-options.css index adb05909..38872d60 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -1,3 +1,16 @@ +@media (prefers-color-scheme: dark) { + body { + background-color: rgb(35, 34, 43); + color: rgb(251, 251, 254); + } + + a:link { color: #409EFF; } + a:visited { color: #409EFF; } + a:hover { color: #66B1FF; } + a:active { color: #66B1FF; } + +} + div#miczDescription{ padding:0px 15px 0px 15px; font-size: 13px; @@ -71,4 +84,9 @@ input#chatgpt_win_height{ span.dims_label{ width: 75px; display: inline-block; +} + +#btn_custom_prompts{ + text-align: center; + width: 100%; } \ No newline at end of file