Compare commits

..

2 Commits

Author SHA1 Message Date
Adam 2a9b31bdeb Merge branch 'main' of https://git.aycode.com/Adam/FruitBank 2025-10-23 10:26:16 +02:00
Adam 2ad0df90a9 merge + small fixes 2025-10-23 10:25:08 +02:00
4 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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;
}

View File

@ -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