mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 01:08:47 +00:00
Change card background colors and restructure parenting
This commit is contained in:
27
custom.css
Normal file
27
custom.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.bg-info {
|
||||
background-color: #91cdd6 !important;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
background-color: #91d8a1 !important;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #adb5bd !important;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: #646b72 !important;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
textarea.invalid {
|
||||
border-color: red !important;
|
||||
}
|
||||
.scrollable-menu {
|
||||
height: auto;
|
||||
max-height: 300px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user