change date time format to simpler version

This commit is contained in:
prisar
2023-07-20 19:47:52 +05:30
parent e02233ed24
commit 37dd99a18b
4 changed files with 42 additions and 26 deletions

View File

@@ -301,7 +301,7 @@ body {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(207, 235, 250);
background-color: rgb(215, 192, 252);
}
.title-text {
@@ -408,7 +408,7 @@ div.bar {
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(185, 181, 181);
background-color: rgb(207, 235, 250);
color: black;
text-align: center;
}