remove redundant css
This commit is contained in:
parent
6372dfc7e7
commit
470fffe5b2
@ -1,59 +1,19 @@
|
|||||||
:root {
|
:root {
|
||||||
--bg: #031010;
|
--bg: #030303;
|
||||||
--bg-highlight: #202525;
|
--bg-highlight: #202020;
|
||||||
--text: #aaaaaa;
|
--text: #aaaaaa;
|
||||||
--text-muted: #666666;
|
--text-muted: #666666;
|
||||||
--text-faint: #444444;
|
--text-faint: #444444;
|
||||||
--heading: #cccccc;
|
--heading: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme=light] {
|
|
||||||
--bg: #ffffff;
|
|
||||||
--bg-highlight: #f5f5f5;
|
|
||||||
--text: #444444;
|
|
||||||
--text-muted: #777777;
|
|
||||||
--text-faint: #999999;
|
|
||||||
--heading: #111111;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: hidden;
|
|
||||||
background: var(--bg)
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
margin: var(--nav-height)0 0;
|
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
min-height: 100%;
|
|
||||||
overscroll-behavior: none;
|
|
||||||
overflow-x: hidden
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4 {
|
|
||||||
font-weight: 400;
|
|
||||||
color: var(--heading)
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-top: -20px;
|
|
||||||
padding-top: 80px
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid var(--line);
|
|
||||||
margin: 80px 0 30px;
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -110,23 +70,3 @@ table td.indicator-null::before {
|
|||||||
background: #000;
|
background: #000;
|
||||||
border: .05em solid var(--text-faint)
|
border: .05em solid var(--text-faint)
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width:1200px) {
|
|
||||||
aside {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
|
|
||||||
aside~main {
|
|
||||||
transform: translateX(0)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width:900px) {
|
|
||||||
table * {
|
|
||||||
font-size: 2.2vw
|
|
||||||
}
|
|
||||||
|
|
||||||
pre * {
|
|
||||||
font-size: 2.5vw
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user