support fisher's intuition

This commit is contained in:
insects 2025-02-11 15:45:57 +01:00
parent b966d78be3
commit a99ee46d26
7 changed files with 194 additions and 98 deletions

View file

@ -46,6 +46,7 @@ select {
.title .subtitle {
margin: 0;
font-size: 14px;
font-weight: normal;
color: gray;
}
@ -219,3 +220,51 @@ section.pinned {
.pinned *:not(button) {
color: white;
}
.pinned + .predators {
background: #ffd6cf;
}
.predators-header {
color: gray;
}
.predators-fish {
display: flex;
align-items: center;
gap: 5px;
}
.predators {
margin-left: 30px;
padding: 0 10px;
margin-bottom: 10px;
}
.predators-fish section {
flex-grow: 1;
border: 1px gray dotted;
border-radius: 5px;
}
.predators-fish .amount {
font-size: 30px;
color: gray;
}
.name {
display: flex;
align-items: center;
gap: 10px;
}
.intuition {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.intuition div {
font-size: 12px;
}