diff --git a/custom.css b/custom.css index 61f2279..cf0a2db 100644 --- a/custom.css +++ b/custom.css @@ -27,13 +27,27 @@ text-decoration: underline; } -/* Styles for sidebar/side menu links */ -#custom-css .menu-wrapper a:hover, -#custom-css .sidebar a:hover { - color: #80FFAD; - font-weight: bold; - text-decoration: underline; - transition: color 0.3s ease, font-weight 0.3s ease; +/* Custom menu link styling */ +#custom-css .custom-links { + padding-left: 26px; + margin: 10px 0; +} + +#custom-css .custom-links a { + color: #ebdbb2; /* Gruvbox foreground color */ + text-decoration: none; + transition: color 0.3s ease, font-weight 0.3s ease; +} + +#custom-css .custom-links a:hover { + color: #80FFAD; + font-weight: bold; + text-decoration: underline; +} + +#custom-css .custom-links p { + margin: 0; + line-height: 2; } /* Broadcast message styling */ @@ -54,3 +68,4 @@ font-weight: bold; text-decoration: underline; } +