mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Style help tooltips
This commit is contained in:
12
custom.css
12
custom.css
@@ -98,19 +98,19 @@ body[data-style="dark"] #source {
|
||||
body[data-style="dark"] .form-control {
|
||||
background-color: #343a40;
|
||||
color: #ddd;
|
||||
border-color: #2c3136;
|
||||
border-color: #24282c;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .input-group-text {
|
||||
background-color: #2d3236;
|
||||
color: #fff;
|
||||
border-color: #2c3136;
|
||||
border-color: #24282c;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-outline-secondary {
|
||||
background-color: #343a40 !important;
|
||||
color: #ddd;
|
||||
border-color: #2c3136;
|
||||
border-color: #24282c;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-outline-dark {
|
||||
@@ -173,3 +173,9 @@ body[data-style="dark"] .card.bg-dark .card.bg-dark {
|
||||
body[data-style="dark"] .card.bg-dark .card.bg-dark .card.bg-dark {
|
||||
background-color: #646b72 !important;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .help-tooltip {
|
||||
background-color: #2d3236;
|
||||
color: #fff;
|
||||
border-color: #24282c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user