Project-wide linting and formatting (#150)

* chore: configure project-wide linting and formatting

* chore: run lint autofix and formatter
This commit is contained in:
Alexander Roidl
2025-07-26 20:42:58 +02:00
committed by GitHub
parent 206f768b41
commit 2b36f868e7
52 changed files with 435 additions and 382 deletions

View File

@@ -1,7 +1,7 @@
.app {
display:flex;
display: flex;
flex-direction: column;
width:100%;
width: 100%;
&__container {
padding: 1rem 1rem;
@@ -10,12 +10,13 @@
}
}
.ui.inverted.segment{
background: #31303078!important;
.ui.inverted.segment {
background: #31303078 !important;
}
.ui.black.label, .ui.black.labels .label {
background-color: #31303078!important;
.ui.black.label,
.ui.black.labels .label {
background-color: #31303078 !important;
}
a:link {