forked from toolshed/docs.coopcloud.tech
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user