Skip to content
Snippets Groups Projects
Commit f866c635 authored by Bob Mottram's avatar Bob Mottram
Browse files

Fail screen colors

parent d19edbb4
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
.header {
text-align: center;
padding: 32px;
color: red;
}
#iconpic {
......@@ -30,7 +31,7 @@
.appdesc {
color: black;
font-size: 65%;
font-size: 100%;
}
button {
......@@ -50,6 +51,9 @@
text-decoration: none;
color: black;
}
a:link {
color: blue;
}
button:hover, a:hover {
opacity: 0.7;
......@@ -63,7 +67,9 @@
<h3>Backup has failed</h3>
<h4>See <a href="backup.txt">diagnostics</a></h4>
<p class="appdesc">For details see <a href="backup.txt">diagnostics</a></p>
<br>
<form action="backup.html">
<input type="submit" value="Go Back" />
......
......@@ -13,6 +13,7 @@
.header {
text-align: center;
padding: 32px;
color: red;
}
#iconpic {
......@@ -30,7 +31,7 @@
.appdesc {
color: black;
font-size: 65%;
font-size: 100%;
}
button {
......@@ -50,6 +51,9 @@
text-decoration: none;
color: black;
}
a:link {
color: blue;
}
button:hover, a:hover {
opacity: 0.7;
......@@ -63,7 +67,9 @@
<h3>Restore has failed</h3>
<h4>See <a href="restore.txt">diagnostics</a></h4>
<p class="appdesc">For details see <a href="restore.txt">diagnostics</a></p>
<br>
<form action="backup.html">
<input type="submit" value="Go Back" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment