Update custom.css
This commit is contained in:
parent
427f7be387
commit
9a7f9689cd
1 changed files with 22 additions and 7 deletions
29
custom.css
29
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue