Reduce UI clutter & improve Recipes

- Remove word ___ Guide from various pages
- Camel Case titles
- Move Recipes sub-page of Abra
This commit is contained in:
2024-02-05 15:27:57 +01:00
parent f919f0c10b
commit b5afd99f66
7 changed files with 169 additions and 106 deletions

View File

@ -46,3 +46,37 @@
background-color: #6A9CFF !important;
color: var(--md-primary-bg-color) !important;
}
.md-score {
display: inline-block;
padding: .15em .75em;
cursor: normal;
border-radius: .25em;
font-size: .85em;
font-weight: 700;
}
.md-score-5 {
color: #ffffff !important;
background-color: #28a745;
}
.md-score-4 {
color: #ffffff !important;
background-color: #007bff;
}
.md-score-3 {
color: #ffffff !important;
background-color: #ffc107;
}
.md-score-2 {
color: #ffffff !important;
background-color: #dc3545;
}
.md-score-1 {
color: #ffffff !important;
background-color: #343a40;
}