mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
change theme color
This commit is contained in:
@@ -43,6 +43,13 @@ body {
|
||||
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 {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" href="touchicon.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body class="color-theme-deeporange">
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but lab doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
||||
Reference in New Issue
Block a user