1
0
Fork 0
forked from svrjs/svrjs

Expanded color values on Nightly version warning banner

This commit is contained in:
Dorian Niemiec 2024-03-03 15:54:29 +01:00
parent 8073f51730
commit c9162f9e7b

View file

@ -13,7 +13,7 @@
</head>
<body>
<h1>Welcome to SVR.JS Nightly-GitMain</h1>
<div style="background-color: #ff0; border-color: #f70; border-width: 5px; border-style: solid; padding: 5px; display: inline-block;">
<div style="background-color: #ffff00; border-color: #ff7f00; border-width: 5px; border-style: solid; padding: 5px; display: inline-block;">
<b style="font-size: 20pt">WARNING!</b><br/>
This version is only for test purposes and may be unstable.
</div>