Skip to content

Commit e41866d

Browse files
committed
UI: Reduce the visual impact of availability tags
They needn't be quite as striking since they aren't going to be the most important piece of information, at all. The lack of spacing is somewhat concerning, but I have a separate PR in the works to alleviate that.
1 parent 0223803 commit e41866d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/components/API/styles.module.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,9 @@ body {
130130
}
131131

132132
.sinceBlock {
133-
display: inline-block;
134-
margin-bottom: 0.5rem;
135-
font-size: 0.8rem;
136-
border: 3px solid black;
133+
border: 1px solid var(--ifm-color-primary-darkest);
137134
border-radius: 15px;
138-
padding: 0.25rem 0.5rem;
139-
font-weight: bold;
135+
padding: 0.25rem 0.75rem;
136+
font-style: oblique;
137+
font-size: 0.75rem;
140138
}

0 commit comments

Comments
 (0)