Update custom.css
Added styling for broadcast message / alert box
This commit is contained in:
parent
d8acee66dd
commit
4b9c45509e
1 changed files with 19 additions and 0 deletions
19
custom.css
19
custom.css
|
@ -35,3 +35,22 @@
|
|||
text-decoration: underline;
|
||||
transition: color 0.3s ease, font-weight 0.3s ease;
|
||||
}
|
||||
|
||||
/* Broadcast message styling */
|
||||
#custom-css .alert-info {
|
||||
background-color: #3c3836 !important;
|
||||
color: #ebdbb2 !important;
|
||||
}
|
||||
|
||||
/* Style links within broadcast messages to match your theme */
|
||||
#custom-css .alert-info a {
|
||||
color: #5ACD83;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease, font-weight 0.3s ease;
|
||||
}
|
||||
|
||||
#custom-css .alert-info a:hover {
|
||||
color: #80FFAD;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue