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;
|
||||
padding: 0px;
|
||||
color: white;
|
||||
background: rgb(16,16,23);
|
||||
background: $color-bg;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -30,8 +30,8 @@ body {
|
|||
// border-bottom: 12px solid #165044;
|
||||
|
||||
color: white;
|
||||
background: mediumseagreen;
|
||||
border-bottom: 12px solid seagreen;
|
||||
background: $color-talk;
|
||||
border-bottom: 12px solid $color-speaker;
|
||||
|
||||
font-family: 'Permanent Marker';
|
||||
font-size: 5em;
|
||||
|
@ -70,7 +70,11 @@ body {
|
|||
// content: "-> ";
|
||||
// }
|
||||
|
||||
.infopoint {
|
||||
.infopoint,
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
margin-left: 0.5em;
|
||||
text-decoration: none;
|
||||
|
||||
|
|
|
@ -4,5 +4,9 @@ title: VOC Info Aalen
|
|||
---
|
||||
body:
|
||||
|
||||
This is a basic demo website that shows how to use Lektor for a basic
|
||||
website with some pages.
|
||||
# HTML5 InfoBeamer
|
||||
|
||||
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