forked from svrjs/svrjs
Expanded color values on Nightly version warning banner
This commit is contained in:
parent
8073f51730
commit
c9162f9e7b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue