diff --git a/assets/css/style.css b/assets/css/style.css index 31a2ace..e6e125d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -65,6 +65,12 @@ a:hover{ text-decoration: none; } +a:visited{ + color: #FFDF00 !important; + font-weight: 600 !important; + text-decoration: none !important; +} + .page-footer a:hover{ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}