Compare commits

..

No commits in common. "2a9b31bdeb7a6afb28f75878b3e97aa1ed6d915e" and "4d07b353e33b777161376dd31867c38e5fe0d6f1" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
"LinqDisableQueryCache": false "LinqDisableQueryCache": false
}, },
"CommonConfig": { "CommonConfig": {
"DisplayFullErrorStack": true, "DisplayFullErrorStack": false,
"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",

View File

@ -12,7 +12,7 @@
:root { :root {
--theme-color: #E60000; --theme-color: #E60000;
--active-color: #fb9b06; --active-color: #fb9b06;
--dark: #116d30; --dark: #353535;
--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: 'Roboto'; font-family: 'Antonio';
src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype'); src: url('../fonts/Antonio-VariableFont_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;
} }

View File

@ -1,6 +1,6 @@
body { body {
} }
:root { :root {
--theme-color: #51f025; --theme-color: #E60000;
--active-color: #11df1f; --active-color: #fb9b06;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB