Skip to content

Instantly share code, notes, and snippets.

@mandarjog
Created September 27, 2024 00:33
Show Gist options
  • Save mandarjog/b3dc70fb54da408d055d7b5f9b7a9d09 to your computer and use it in GitHub Desktop.
Save mandarjog/b3dc70fb54da408d055d7b5f9b7a9d09 to your computer and use it in GitHub Desktop.
.sidebar {
background: linear-gradient(to bottom, #414868, #232336);
color: #c0caf5;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.sidebar__logo__character {
width: 60px !important;
content: url("https://user-images.githubusercontent.com/2389292/264784405-1e7e5902-d48f-440d-98f4-44028f4bd90e.png") !important;
}
.ui-banner-text {
background-color: #4CAF50; /* Change background color to green */
color: white; /* Change text color to white */
font-size: 18px; /* Increase font size */
text-align: center; /* Center-align the text */
padding: 10px; /* Add padding around the banner */
font-weight: bold; /* Make the text bold */
border-radius: 5px; /* Add rounded corners to the banner */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment