mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge admin light/dark master template into one file
This commit is contained in:
parent
eb1616387f
commit
a7a4bcc19d
@ -4,20 +4,20 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<title>Verify your account</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<meta name="color-scheme" content="light dark">
|
<meta name="color-scheme" content="light dark">
|
||||||
<meta name="supported-color-schemes" content="light dark">
|
<meta name="supported-color-schemes" content="light dark">
|
||||||
<style>
|
<style>
|
||||||
@import url("https://use.typekit.net/zxn7pho.css");
|
@import url("https://use.typekit.net/zxn7pho.css");
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
supported-color-schemes: light dark;
|
supported-color-schemes: light dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@if($settings->email_style === 'dark')
|
||||||
body,
|
body,
|
||||||
[data-ogsc] {
|
[data-ogsc] {
|
||||||
background-color: #1a1a1a !important;
|
background-color: #1a1a1a !important;
|
||||||
@ -65,7 +65,7 @@
|
|||||||
[data-ogsc] .btn-white {
|
[data-ogsc] .btn-white {
|
||||||
background-color: #fefefe !important;
|
background-color: #fefefe !important;
|
||||||
}
|
}
|
||||||
}
|
@endif
|
||||||
|
|
||||||
/** Content-specific styles. **/
|
/** Content-specific styles. **/
|
||||||
#content .button {
|
#content .button {
|
Loading…
x
Reference in New Issue
Block a user