change theme color

This commit is contained in:
MaysWind
2020-11-10 22:48:04 +08:00
parent e6350e7298
commit df790f8aa5
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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;
} }
+1 -1
View File
@@ -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>