|
@@ -1,6 +1,5 @@
|
|
:root {
|
|
:root {
|
|
--color-blue: #049EF4;
|
|
--color-blue: #049EF4;
|
|
-
|
|
|
|
--text-color: #444;
|
|
--text-color: #444;
|
|
--border-style: 1px solid #EEE;
|
|
--border-style: 1px solid #EEE;
|
|
--header-height: 48px;
|
|
--header-height: 48px;
|
|
@@ -24,11 +23,9 @@ html, body {
|
|
body {
|
|
body {
|
|
margin: 0px;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
-
|
|
|
|
font-family: 'Roboto Mono', monospace;
|
|
font-family: 'Roboto Mono', monospace;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
-
|
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
color: var(--text-color);
|
|
color: var(--text-color);
|
|
}
|
|
}
|
|
@@ -47,18 +44,15 @@ h2 {
|
|
margin: 6px 0 12px 0;
|
|
margin: 6px 0 12px 0;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
-
|
|
|
|
color: var(--color-blue);
|
|
color: var(--color-blue);
|
|
}
|
|
}
|
|
|
|
|
|
h3 {
|
|
h3 {
|
|
margin: 4px 0;
|
|
margin: 4px 0;
|
|
-
|
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
line-height: 23px;
|
|
line-height: 23px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
-
|
|
|
|
color: #9E9E9E;
|
|
color: #9E9E9E;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -83,12 +77,9 @@ h1 a {
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
-
|
|
|
|
border-right: var(--border-style);
|
|
border-right: var(--border-style);
|
|
-
|
|
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
-
|
|
|
|
transition: 0s 0s height;
|
|
transition: 0s 0s height;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -196,6 +187,10 @@ h1 a {
|
|
color: var(--color-blue);
|
|
color: var(--color-blue);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ #panel #content .selected {
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+ }
|
|
|
|
+
|
|
#panel #content .hidden {
|
|
#panel #content .hidden {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|