♻️ Refactor frontend
This commit is contained in:
@ -25,9 +25,9 @@ function getColor(type) {
|
||||
case "change":
|
||||
return "background-color: #14587E;";
|
||||
case "addition":
|
||||
return "background-color: #476331;";
|
||||
return "background-color: #476331;";
|
||||
case "deletion":
|
||||
return "background-color: #7D2B2D;";
|
||||
return "background-color: #7D2B2D;";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@ -68,10 +68,6 @@ function getColor(type) {
|
||||
padding: 0px 10px 80px 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.change {
|
||||
display: grid;
|
||||
background-color: #26272a;
|
||||
|
Reference in New Issue
Block a user