Skip to content

Commit

Permalink
Try some new color
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 17, 2024
1 parent 05464c3 commit 94384c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ body {
--p-tabmenu-item-color: var(--p-text-color);

word-break: break-word;

--p-tabmenu-tablist-background: unset !important;
}

.p-datatable-table-container {
Expand Down
8 changes: 8 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ const joined = () => {
border: unset !important;
// border-right: 1px var(--p-content-border-color) solid !important;
}
// .layout-content {
// background: rgb(255, 255, 255);
// }
.appdark .layout-content {
background: rgb(14, 14, 14);
}
</style>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>
</div>
<div class="card bg-[var(--p-surface-50)] dark:bg-[var(--p-surface-900)] flex flex-col gap-3 mx-4 mb-4">
<div class="card flex flex-col gap-3 mx-4 mb-4">
<div class="flex flex-col md:flex-row items-stretch gap-2">
<div class="flex flex-col gap-1 flex-1">
<!-- <span class="text-sm">Release Id {{ detailArtifact?.releaseId }}</span> -->
Expand Down

0 comments on commit 94384c2

Please sign in to comment.