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