This commit is contained in:
IdaTiegel99
2021-03-25 12:37:21 +01:00
parent 9e4c39c435
commit 067ec202d0
3 changed files with 35 additions and 52 deletions
+33 -6
View File
@@ -808,19 +808,46 @@ image_gruppenavn{
/*Adminside*/
#nameOfGameJam {
#startTime {
border-radius: 10px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#endTime {
border-radius: 10px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#startDate {
border-radius: 10px;
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#endDate{
#endDate {
border-radius: 10px;
/*color: rgb(18, 18, 18);*/
color: #474747;
background-color: rgba(255, 255, 255, .55);
border: double;
filter: invert(90%);
}
#startTime{
#nameOfGameJam {
background-color: rgb(18, 18, 18);
color: rgba(255, 255, 255, .55);
border-radius: 15px;
border: double;
}
#endTime{
}
#description {