update theme and description
This commit is contained in:
parent
9c554bf83c
commit
eda792a0d4
3 changed files with 15 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@ body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
color: white;
|
color: white;
|
||||||
background: rgb(16,16,23);
|
background: $color-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
@ -30,8 +30,8 @@ body {
|
||||||
// border-bottom: 12px solid #165044;
|
// border-bottom: 12px solid #165044;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
background: mediumseagreen;
|
background: $color-talk;
|
||||||
border-bottom: 12px solid seagreen;
|
border-bottom: 12px solid $color-speaker;
|
||||||
|
|
||||||
font-family: 'Permanent Marker';
|
font-family: 'Permanent Marker';
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
|
@ -70,7 +70,11 @@ body {
|
||||||
// content: "-> ";
|
// content: "-> ";
|
||||||
// }
|
// }
|
||||||
|
|
||||||
.infopoint {
|
.infopoint,
|
||||||
|
a:link,
|
||||||
|
a:visited,
|
||||||
|
a:hover,
|
||||||
|
a:active {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,9 @@ title: VOC Info Aalen
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
This is a basic demo website that shows how to use Lektor for a basic
|
# HTML5 InfoBeamer
|
||||||
website with some pages.
|
|
||||||
|
Hier findet ihr mehrere Endpunkte des HTML5 Info-Beamer.
|
||||||
|
|
||||||
|
Quelle: [git.l3d.ch](https://git.l3d.ch/voc/html5-infobeamer-aalen-geekend-23.git).
|
||||||
|
*Lizenz: [MIT](https://git.l3d.ch/voc/html5-infobeamer-aalen-geekend-23/raw/branch/main/LICENSE)*
|
||||||
|
|
Loading…
Reference in a new issue