diff --git a/slt/TODO b/slt/TODO index 5085438..8f3bb51 100644 --- a/slt/TODO +++ b/slt/TODO @@ -1,7 +1,6 @@ Menue links einrichten -Drucken Link einbinden -Pagination korrigieren -Blog Layout korrigieren Alternatives Layout erste Seite Icons einrichten + +Mobile menu: foldable: (https://www.tutorialspoint.com/bootstrap/bootstrap_navbar.htm https://www.w3schools.com/bootstrap/bootstrap_navbar.asp) \ No newline at end of file diff --git a/slt/css/desktop.css b/slt/css/desktop.css index b610ad2..3c9e8e8 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -126,6 +126,15 @@ body { display: block; } +.nav-child > li > a { + display: block; +} + +.nav a:hover { + background-color: #eeeeee; + text-decoration: none; +} + #main_column { flex: 1 1 60%; display: flex; diff --git a/slt/css/visual.css b/slt/css/visual.css index 7ffbb1e..cfa48b3 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css @@ -33,3 +33,7 @@ table.alternating tr:nth-child(1) { table.alternating tr:nth-child(even) { background-color: lightgray; } + +h2 > a { + color: black; +}