Compare commits

..

No commits in common. "a49f48845172caf444ed6319cdd5f9ca852d53fa" and "86ad0801cd05196abd3d9e7de29d31f185dcf27f" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -1,4 +0,0 @@
# nextDESIGN
Since around 2013 (with a break from early 2016 und mid 2020 when I was using Wordpress) the web designs/themes used for my personal side are call "nextDESIGN".
The current iteration is version 9 and is build as a theme for the [Hugo static site generator](https://gohugo.io/).

View file

@ -45,6 +45,7 @@ body {
color: $c-font;
font-family: "Raleway", sans-serif;
line-height: 1.5;
text-align: justify;
@media (prefers-color-scheme: dark) {
background-color: $c-bg-inv;
@ -205,10 +206,6 @@ main {
}
}
p {
text-align: justify;
}
a {
color: $c-primary;
text-decoration: none;