mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
change theme color
This commit is contained in:
@@ -43,6 +43,13 @@ body {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--f7-theme-color: #c67e48;
|
||||||
|
--f7-theme-color-rgb: 198, 126, 72;
|
||||||
|
--f7-theme-color-shade: #af6a36;
|
||||||
|
--f7-theme-color-tint: #d09467;
|
||||||
|
}
|
||||||
|
|
||||||
.work-break-all {
|
.work-break-all {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<link rel="apple-touch-icon" href="touchicon.png">
|
<link rel="apple-touch-icon" href="touchicon.png">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
</head>
|
</head>
|
||||||
<body class="color-theme-deeporange">
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but lab doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
<strong>We're sorry but lab doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user