Skip to content

Commit ee0893f

Browse files
Gabriel Kalaniggarnier
authored andcommitted
refactor: style.css
File is a bit more readable to read. I hope it helps
1 parent 919f38a commit ee0893f

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

css/style.css

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background:#3C454D;
2+
background: #3C454D;
33
}
44

55
.logo {
@@ -13,6 +13,7 @@ body {
1313
.builds {
1414
margin: 0 50px;
1515
}
16+
1617
.project-name {
1718
color: white !important;
1819
text-shadow: 1px 1px rgba(0,0,0,0.2);
@@ -22,38 +23,46 @@ body {
2223
color: inherit;
2324
}
2425

25-
.description .title, .description a {
26+
.description .title,
27+
.description a {
2628
color: white !important;
2729
display: block;
2830
text-overflow: ellipsis;
2931
overflow: hidden;
3032
white-space: nowrap;
3133
}
3234

33-
.ui.card>.extra a:not(.ui):hover, .ui.cards>.card>.extra a:not(.ui):hover {
35+
.ui.card>.extra a:not(.ui):hover,
36+
.ui.cards>.card>.extra a:not(.ui):hover {
3437
color: rgba(0,0,0,.4);
3538
}
3639

37-
.ui.card, .ui.cards>.card {
40+
.ui.card,
41+
.ui.cards>.card {
3842
box-shadow: none !important;
3943
}
4044

41-
.ui.card, .ui.cards>.card.success {
45+
.ui.card,
46+
.ui.cards>.card.success {
4247
background-color: #00AD68;
4348
}
4449

45-
.ui.card, .ui.cards>.card.failed {
50+
.ui.card,
51+
.ui.cards>.card.failed {
4652
background-color: #E7484D;
4753
}
4854

49-
.ui.card, .ui.cards>.card.pending {
55+
.ui.card,
56+
.ui.cards>.card.pending {
5057
background-color: #e75e40;
5158
}
5259

53-
.ui.card, .ui.cards>.card.running{
60+
.ui.card,
61+
.ui.cards>.card.running {
5462
background-color: #2d9fd8;
5563
}
5664

57-
.ui.card, .ui.cards>.card.canceled{
65+
.ui.card,
66+
.ui.cards>.card.canceled {
5867
background-color: #aaaaaa;
5968
}

0 commit comments

Comments
 (0)