2 Commits

Author SHA1 Message Date
f66a5fcf84 fix port number 2025-05-15 13:35:04 +02:00
3cc014310e change card colour 2025-05-15 13:14:31 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
}
.tab-active {
@apply py-2 px-3 h-fit text-slate-700 border-t border-l border-r border-slate-400 rounded-t-2xl bg-[#bbe3ef] dark:text-white dark:from-sky-600 dark:to-sky-800
@apply py-2 px-3 h-fit text-slate-700 border-t border-l border-r border-slate-400 rounded-t-2xl bg-[#bbe3ef] dark:bg-[#2A93B0] dark:text-white dark:from-sky-600 dark:to-sky-800
}
.disabled-tab {

View File

@@ -9,7 +9,7 @@ export default defineConfig({
vue(),
],
server:{
port: 2137,
port: 80,
host: '0.0.0.0',
proxy : {
'/java': {