fix profile error color
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
background-color: firebrick;
|
background-color: firebrick;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alerttext {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.user-box {
|
.user-box {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class='platform alertbox' id="alertbox">
|
<div class='platform alertbox' id="alertbox">
|
||||||
<span id="alerttext"></span>
|
<span class="alerttext" id="alerttext"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="user-box">
|
<div class="user-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user