Merge branch 'main' of https://git.aycode.com/Adam/FruitBank
This commit is contained in:
commit
e2ab69e0a8
|
|
@ -19,7 +19,7 @@
|
||||||
"LinqDisableQueryCache": false
|
"LinqDisableQueryCache": false
|
||||||
},
|
},
|
||||||
"CommonConfig": {
|
"CommonConfig": {
|
||||||
"DisplayFullErrorStack": false,
|
"DisplayFullErrorStack": true,
|
||||||
"UserAgentStringsPath": "~/App_Data/browscap.xml",
|
"UserAgentStringsPath": "~/App_Data/browscap.xml",
|
||||||
"CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml",
|
"CrawlerOnlyUserAgentStringsPath": "~/App_Data/browscap.crawlersonly.xml",
|
||||||
"CrawlerOnlyAdditionalUserAgentStringsPath": "~/App_Data/additional.crawlers.xml",
|
"CrawlerOnlyAdditionalUserAgentStringsPath": "~/App_Data/additional.crawlers.xml",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
:root {
|
:root {
|
||||||
--theme-color: #E60000;
|
--theme-color: #E60000;
|
||||||
--active-color: #fb9b06;
|
--active-color: #fb9b06;
|
||||||
--dark: #353535;
|
--dark: #116d30;
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
--light-bg: #f9f9f9;
|
--light-bg: #f9f9f9;
|
||||||
--theme-border-radius: 0;
|
--theme-border-radius: 0;
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Antonio';
|
font-family: 'Roboto';
|
||||||
src: url('../fonts/Antonio-VariableFont_wght.ttf') format('truetype');
|
src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
|
||||||
font-weight: 100 700; /* Adjust the range as needed */
|
font-weight: 100 700; /* Adjust the range as needed */
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--theme-color: #E60000;
|
--theme-color: #51f025;
|
||||||
--active-color: #fb9b06;
|
--active-color: #11df1f;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 8.4 KiB |
Loading…
Reference in New Issue