minor improvements:

- page titles
- favicon
- background logo
This commit is contained in:
2025-09-01 00:00:25 +02:00
parent c5a1463235
commit 94c70eae16
22 changed files with 78 additions and 11 deletions

View File

@@ -11,6 +11,11 @@ body{
margin-top: 25px;
font-family: sans-serif;
position: relative;
background-color: #0f3a09;
background-image: url('/umbrella100px.png');
background-repeat: no-repeat;
background-position: right top;
}
code{
display: inline-block;
@@ -535,10 +540,6 @@ table #preview-source{
}
}
body{
background: #0f3a09;
}
a{
color: #0c0061;
}

View File

@@ -9,9 +9,12 @@ a {
}
body {
font-family: sans;
background: black;
color: red;
margin: 0 0 40px 0;
background-color: black;
background-image: url('/umbrella100px.png');
background-repeat: no-repeat;
background-position: 98% 70px;
}
fieldset {

View File

@@ -10,9 +10,12 @@ a {
body {
font-family: sans;
background: black;
color: orange;
margin: 0 0 40px 0;
background-color: black;
background-image: url('/umbrella100px.png');
background-repeat: no-repeat;
background-position: 98% 70px;
}
fieldset {

View File

@@ -10,9 +10,12 @@ a {
body {
font-family: sans;
background: white;
color: navy;
margin: 0 0 40px 0;
background-color: white;
background-image: url('/umbrella100px.png');
background-repeat: no-repeat;
background-position: 98% 70px;
}
fieldset {