Change color of alert

This commit is contained in:
Schplee
2021-08-23 14:05:18 -07:00
committed by GitHub
parent 2f6ad0039a
commit 3bad87b6c1

View File

@@ -23,7 +23,7 @@ The Citra updater provides a easy interface to install, update and manage Citra.
<style>
.alert {
padding: 20px;
background-color: #ff9800;
background-color: #ff8e03;
color: white;
margin-bottom: 15px;
}