- commit
- 883ed2cadf7164e0ed4772a9c71aacc96f884e86
- parent
- 331f46469fad154da0b368c82e3927e9a50b3f6d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-10-18 09:18
link to github page
Diffstat
| M | index.html | 2 | +- |
| M | scss/layout.scss | 5 | +++++ |
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
@@ -10,7 +10,7 @@ 10 10 </head> 11 11 <body> 12 12 <header>13 -1 <h1><span class="logo1">vote</span>runner</h1>-1 13 <h1><a href="https://github.com/xi/voterunner"><span class="logo1">vote</span>runner</a></h1> 14 14 </header> 15 15 16 16 <div class="user">
diff --git a/scss/layout.scss b/scss/layout.scss
@@ -25,6 +25,11 @@ body > header {
25 25 color: $color-bg-tint;
26 26 }
27 27 }
-1 28
-1 29 a {
-1 30 text-decoration: none;
-1 31 color: inherit;
-1 32 }
28 33 }
29 34
30 35 body > header,