This commit is contained in:
Loretta 2025-10-23 11:27:06 +02:00
commit e2ab69e0a8
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