Change color of alert
This commit is contained in:
parent
2f6ad0039a
commit
3bad87b6c1
|
@ -23,7 +23,7 @@ The Citra updater provides a easy interface to install, update and manage Citra.
|
||||||
<style>
|
<style>
|
||||||
.alert {
|
.alert {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #ff9800;
|
background-color: #ff8e03;
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue