aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/_navigation.html1
-rwxr-xr-xtemplate/style.css4
2 files changed, 2 insertions, 3 deletions
diff --git a/template/_navigation.html b/template/_navigation.html
index 9225ede..b80caf6 100755
--- a/template/_navigation.html
+++ b/template/_navigation.html
@@ -7,7 +7,6 @@
7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> 7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation">
8 <meta itemprop="name" content="Main Menu"> 8 <meta itemprop="name" content="Main Menu">
9 9
10 <a href="/my-music.html">My Music</a>
11 <a href="/curriculum-vitae.html">CV</a> 10 <a href="/curriculum-vitae.html">CV</a>
12 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> 11 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a>
13 <a href="/feed.rss" itemprop="url">RSS Feed</a> 12 <a href="/feed.rss" itemprop="url">RSS Feed</a>
diff --git a/template/style.css b/template/style.css
index b6d3841..22ff928 100755
--- a/template/style.css
+++ b/template/style.css
@@ -304,7 +304,7 @@ audio {
304@media (prefers-color-scheme: light) { } 304@media (prefers-color-scheme: light) { }
305 305
306@media (prefers-color-scheme: dark) { 306@media (prefers-color-scheme: dark) {
307 body { 307 /* body {
308 background: #111; 308 background: #111;
309 color: white; 309 color: white;
310 } 310 }
@@ -315,5 +315,5 @@ audio {
315 315
316 code { 316 code {
317 color: #111; 317 color: #111;
318 } 318 } */
319} 319}