feat: Underline links for accessebility, add active style for clickable elements, use current year in footer
This commit is contained in:
@ -46,6 +46,7 @@ $glow: 0 0 0 1px color.scale($primary-color, $alpha: -95%),
|
||||
--yellow-fg: rgb(156, 110, 3);
|
||||
|
||||
// VARIABLES
|
||||
--active: 0.9;
|
||||
--content-width: 720px;
|
||||
--drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
|
||||
drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
|
||||
|
Reference in New Issue
Block a user