Compare commits
2 commits
86ad0801cd
...
a49f488451
Author | SHA1 | Date | |
---|---|---|---|
a49f488451 | |||
c3c8d5936a |
2 changed files with 8 additions and 1 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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/).
|
|
@ -45,7 +45,6 @@ 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;
|
||||
|
@ -206,6 +205,10 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $c-primary;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue