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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}