mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
frontend: modify 1 file
Verified changes: - modify frontend/src/pages/admin/roles.astro Diffstat: - 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
947022e24e
commit
554bbf5334
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ import { API_BASE } from '../../lib/api';
|
||||||
.role-badge.system {
|
.role-badge.system {
|
||||||
background: var(--color-primary);
|
background: var(--color-primary);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: var(--color-primary-contrast);
|
color: var(--color-on-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.role-description {
|
.role-description {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue