Current section
Files
Jump to
Current section
Files
dist/css/default_overrides.css
body {
background-color: #FFF;
}
.nav {
background-color: rgb(243 244 246);
}
.resource__action--btn {
background-color: rgb(67, 56, 202);
border-color: rgb(67, 56, 202);
color: rgb(243 244 246);
}
.resource__action--danger {
background-color: rgb(250, 20, 58);
border-color: rgb(250, 20, 58);
color: rgb(243 244 246);
}
.resource__action--btn:hover {
background-color: rgb(55 48 163);
border-color: rgb(67, 56, 202);
}
.resource__header {
background-color: rgb(224 231 255);
}
.nav a:hover {
background-color: rgb(165 180 252);
}
.toast__container--error {
border-color: rgb(239, 68, 68);
color: rgb(239, 68, 68);
}
.toast__container--success {
border-color: rgb(102, 153, 0);
color: rgb(102, 153, 0);
}