1
0
mirror of synced 2024-11-28 00:20:53 +01:00

Style updates

This commit is contained in:
Farewell_ 2024-10-28 15:15:50 +01:00
parent 9bb08e2892
commit 9cdfb0406b

View File

@ -12,7 +12,7 @@
top: 0; top: 0;
left: 0; left: 0;
z-index: 999; z-index: 999;
background: white; background: #27272F;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -22,7 +22,7 @@
.loading-text { .loading-text {
font-family: 'Nijiiro', sans-serif !important; font-family: 'Nijiiro', sans-serif !important;
font-size: 14px; font-size: 14px;
color: black; color: white;
} }
.linear-progress { .linear-progress {
@ -319,7 +319,7 @@ tr.is-current-user p {
} }
.mud-breadcrumb-item { .mud-breadcrumb-item {
font-size: 12px; font-size: 14px;
} }
.mud-breadcrumb-item a { .mud-breadcrumb-item a {