Skip to content

Commit c585ef1

Browse files
committed
tweak nav's anchor style
1 parent f2e73bd commit c585ef1

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

content/music.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<br>
99
</p>
1010

11-
... you can find them [here](https://open.spotify.com/playlist/7Gfvs4A320zPRQG1DG51nx), on spotify.
11+
... ~~you can find them [here](https://open.spotify.com/playlist/7Gfvs4A320zPRQG1DG51nx), on spotify.~~\
12+
[-mutter (edit) i'm no longer using this playlist; i'm now making a playlist monthly to put stuff that i'm currently interested in since that's not possible with the current singular playlist approach]
1213
> *evie, spotify **fucking** sucks! why aren't you using something else?????*
1314
1415
yes i know spotify may not be the most upright company but there are not that many good alternatives for me right now [-mutter (has to be a streaming service with an expansive library + be easy and not take a thousand years to transfer my privated 1k+ songs playlist from spotify to it)].

src/styles.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
--slight-evil: #ebeb8d;
2424
--good: #7bdf7b;
2525
--lawful-good: #8181d3;
26+
--lawful-pure: #b8caf4;
2627
--chaotic-good: #8c64cc;
28+
--chaotic-pure: #b979d6;
29+
--neutral-pure: #d7b8ff;
2730
}
2831
}
2932

@@ -200,6 +203,31 @@ nav svg:hover {
200203
background-color: var(--bg);
201204
}
202205

206+
nav a {
207+
background-color: var(--lawful-good);
208+
color: var(--bg-1) !important;
209+
210+
text-decoration: none;
211+
line-height: 1.5rem;
212+
font-weight: 600;
213+
214+
padding: 0 4px;
215+
border-radius: 4px;
216+
}
217+
218+
nav a:hover {
219+
background-color: var(--lawful-pure);
220+
}
221+
222+
nav a:visited {
223+
background-color: var(--chaotic-pure);
224+
text-decoration: underline 1px;
225+
}
226+
227+
nav a:visited:hover {
228+
background-color: var(--neutral-pure);
229+
}
230+
203231
#changelog #changelog-container,
204232
nav #nav-container {
205233
padding: 16px;

0 commit comments

Comments
 (0)