temporary background
This commit is contained in:
@@ -81,6 +81,8 @@ function addmaintainerteam()
|
||||
document.getElementById('addresult').innerHTML +=
|
||||
'Added maintainer team ' + maintainerteam_name + ' successfully';
|
||||
|
||||
getmaintainerteams();
|
||||
|
||||
})
|
||||
.catch(error => {
|
||||
console.error("Error: ", error);
|
||||
@@ -89,8 +91,6 @@ function addmaintainerteam()
|
||||
document.getElementById('addresult').innerHTML +=
|
||||
'Failed to add maintainer team ' + maintainerteam_name;
|
||||
});
|
||||
|
||||
getmaintainerteams();
|
||||
}
|
||||
|
||||
function deletemaintainerteam(id)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
|
||||
body{
|
||||
background-color: blueviolet;
|
||||
background: linear-gradient(to left, #8a2be2, rgb(255, 51, 170));
|
||||
background-position: right top;
|
||||
background-size: cover;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user