We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174786d commit 9cba29bCopy full SHA for 9cba29b
src/main/webapp/css/jenkins-style.css
@@ -47,15 +47,18 @@ pre {
47
/* ------------------------------------------------------------------------------------------------------------------- */
48
.card {
49
background-color: var(--background);
50
+ border-radius: calc(var(--table-border-radius) + 2px);
51
+ border-width: 5px;
52
+ border-color: var(--table-background);
53
color: var(--text-color);
54
font-size: inherit;
55
}
56
57
.card-header {
58
font-size: 1.1rem;
59
font-weight: 500;
- margin-bottom: 1.5rem;
- background: var(--item-background--hover);
60
+ background: var(--table-background);
61
+ border-bottom: var(--table-background);
62
63
64
.card-header-title {
0 commit comments