Update Index.css
This commit is contained in:
parent
c66867dced
commit
5b1ffe07bd
|
@ -806,62 +806,6 @@ image_gruppenavn{
|
|||
top: 5px;
|
||||
}
|
||||
|
||||
/*Adminside*/
|
||||
/*Lodtrækning*/
|
||||
|
||||
|
||||
#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 {
|
||||
border-radius: 10px;
|
||||
/*color: rgb(18, 18, 18);*/
|
||||
color: #474747;
|
||||
background-color: rgba(255, 255, 255, .55);
|
||||
border: double;
|
||||
filter: invert(90%);
|
||||
}
|
||||
|
||||
#nameOfGameJam {
|
||||
background-color: rgb(18, 18, 18);
|
||||
color: rgba(255, 255, 255, .55);
|
||||
border-radius: 15px;
|
||||
border: double;
|
||||
}
|
||||
|
||||
}
|
||||
#description {
|
||||
|
||||
background-color: rgb(18, 18, 18);
|
||||
color: rgba(255, 255, 255, .55);
|
||||
border-radius:15px;
|
||||
border:double;
|
||||
|
||||
}
|
||||
#indsend {
|
||||
border-radius: 10px;
|
||||
color: rgba(255, 255, 255, .55);
|
||||
background-color: rgb(18, 18, 18);
|
||||
border: double;
|
||||
}
|
||||
/*Adminside slut*/
|
||||
/*Lodtrækning slut*/
|
Loading…
Reference in New Issue