mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
commit
c4cb9d2e02
@ -236,7 +236,8 @@ html body,
|
||||
|
||||
/* ACCENTS */
|
||||
|
||||
[class*="Badge-primary-"] {
|
||||
[class*="Badge-primary-"],
|
||||
.nav-header>li>a.selected .badge {
|
||||
background-color: rgb(var(--accent-color));
|
||||
color: var(--label-text-color);
|
||||
}
|
||||
|
@ -12,6 +12,11 @@
|
||||
|
||||
@import url("https://theme-park.dev/css/defaults/placeholders.css");
|
||||
|
||||
:root {
|
||||
--text-json-tree-branch-preview-color: #eee;
|
||||
--text-json-tree-leaf-color: #eee;
|
||||
}
|
||||
|
||||
/* Scrollbar */
|
||||
@media only screen and (min-width: 768px) {
|
||||
html {
|
||||
|
@ -1136,3 +1136,25 @@ input[type=password] {
|
||||
canvas {
|
||||
filter: invert(1)
|
||||
}
|
||||
|
||||
/* QUERY OPTIONS */
|
||||
[class*="QueryParameterOption-option-"] {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
[class*="QueryParameterOption-token-"] {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
[class*="QueryParameterOption-example-"] {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
|
||||
[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-token-"] {
|
||||
background-color: rgba(255, 255, 2550, 0.25);
|
||||
}
|
||||
|
||||
[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-example-"] {
|
||||
background-color: rgba(255, 255, 2550, 0.35);
|
||||
}
|
Loading…
Reference in New Issue
Block a user