Remove redundant CSS color properties

Since we were using the color already defined in the `<body>` element,
these elements can inherit that color instead of specifying it.
This commit is contained in:
Javi Martín
2021-04-29 15:49:03 +02:00
parent 716ab81ee4
commit 143ba490cb
2 changed files with 0 additions and 8 deletions

View File

@@ -149,7 +149,6 @@
}
.percentage {
color: $text;
font-size: $tiny-font-size;
position: absolute;
right: 6px;
@@ -180,7 +179,6 @@
}
.total-supports {
color: $text;
display: block;
font-weight: bold;
text-align: center;
@@ -720,7 +718,6 @@
.proposal-description,
.investment-project-description,
.budget-investment-description {
color: $text;
font-size: rem-calc(13);
height: rem-calc(72);
line-height: $line-height;
@@ -742,10 +739,6 @@
position: absolute;
width: 100%;
}
p {
color: $text;
}
}
.divider {