fixes to saving and things

This commit is contained in:
Anthony Stirling
2023-04-22 00:08:36 +01:00
parent 39c31ef5d9
commit 5ab2664c70
5 changed files with 60 additions and 48 deletions

View File

@@ -45,7 +45,7 @@
text-decoration: underline;
}
.card-title.text-primary {
color: #013275; /* Replace with your desired shade of blue */
color: #000; /* Replace with your desired shade of blue */
}
.home-card-icon {
@@ -53,6 +53,10 @@
height: 30px;
transform: translateY(-5px);
}
.home-card-icon-colour {
filter: invert(0.2) sepia(2) saturate(50) hue-rotate(190deg);
}
</style>