chore(template-explorer): tweak theme

This commit is contained in:
Evan You
2020-07-07 12:41:01 -04:00
parent 1359cc3a28
commit 6b32d16471
3 changed files with 266 additions and 17 deletions

View File

@@ -1,6 +1,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--bg: #1D1F21;
--border: #333;
}
#header {
@@ -10,8 +12,8 @@ body {
right: 0;
height: 60px;
box-sizing: border-box;
background-color: #1e1e1e;
border-bottom: 1px solid #333;
background-color: var(--bg);
border-bottom: 1px solid var(--border);
padding: 0.3em 1.6em;
color: #fff;
z-index: 1;
@@ -44,8 +46,8 @@ h1 {
display: none;
margin-top: 15px;
list-style-type: none;
background-color: #1e1e1e;
border: 1px solid #333;
background-color: var(--bg);
border: 1px solid var(--border);
padding: 15px 30px;
}