tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Ensure nav always has proper colour for font
vielle.dev
7 months ago
7255ad59
71c1b3b7
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
1 changed file
expand all
collapse all
unified
split
src
components
generic
Nav.astro
+1
src/components/generic/Nav.astro
···
56
56
<style>
57
57
nav {
58
58
background-color: white;
59
59
+
color: black;
59
60
border: 5px solid black;
60
61
border-radius: 0 0 20px 20px;
61
62
box-shadow: 0 10px;