diff --git a/app.js b/app.js index b6067d726b..b9752c8b7e 100644 --- a/app.js +++ b/app.js @@ -80,3 +80,4 @@ if (nconf.get('setup') || nconf.get('install')) { } else { require('./src/start').start(); } + diff --git a/custom_themes/nodebb-theme-testing.zip b/custom_themes/nodebb-theme-testing.zip new file mode 100644 index 0000000000..4c2a7f4578 Binary files /dev/null and b/custom_themes/nodebb-theme-testing.zip differ diff --git a/custom_themes/nodebb-theme-testing1 b/custom_themes/nodebb-theme-testing1 new file mode 160000 index 0000000000..d493d6120a --- /dev/null +++ b/custom_themes/nodebb-theme-testing1 @@ -0,0 +1 @@ +Subproject commit d493d6120a895435822d277d10325ffbba5bd357 diff --git a/dump.rdb b/dump.rdb index 81882685ed..5388c809b7 100644 Binary files a/dump.rdb and b/dump.rdb differ diff --git a/install/package.json b/install/package.json index cb5eb4e4ea..6ddafe219e 100644 --- a/install/package.json +++ b/install/package.json @@ -28,6 +28,7 @@ ] }, "dependencies": { + "nodebb-theme-testing": "github:rmmahmou/nodebb-theme-testing", "@adactive/bootstrap-tagsinput": "0.8.2", "@fontsource/inter": "5.0.18", "@fontsource/poppins": "5.0.14", @@ -195,4 +196,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +} diff --git a/node_modules/nodebb-theme-harmony/scss/topic.scss b/node_modules/nodebb-theme-harmony/scss/topic.scss index 94f10bc36d..0d01339dc2 100644 --- a/node_modules/nodebb-theme-harmony/scss/topic.scss +++ b/node_modules/nodebb-theme-harmony/scss/topic.scss @@ -8,6 +8,20 @@ body.template-topic { width: 960px; } + #Resources { + background-color: transparent; + border: none; + padding: 0.5rem 1rem; // Add padding to match other buttons + color: #007bff; // Adjust color to match button text + font-weight: bold; + + &:hover { + background-color: #f1f3f5; // Match hover background with others + border-radius: 5px; + color: #0056b3; // Adjust hover text color if needed + } + } + .posts { // fixes code blocks pushing content out on mobile @include media-breakpoint-down(md) { diff --git a/node_modules/nodebb-theme-harmony/templates/partials/sidebar-left.tpl b/node_modules/nodebb-theme-harmony/templates/partials/sidebar-left.tpl index ca75e16da2..8bb12a4e68 100644 --- a/node_modules/nodebb-theme-harmony/templates/partials/sidebar-left.tpl +++ b/node_modules/nodebb-theme-harmony/templates/partials/sidebar-left.tpl @@ -33,7 +33,6 @@ -