pull/6/head
Fenny 2020-01-08 17:12:18 -05:00
parent 6c4d428b69
commit a5abb105f5
1 changed files with 13 additions and 0 deletions

View File

@ -80,6 +80,19 @@
color: hsl(220, 10%, 40%);
}
.token.property { color: hsl(187, 47%, 55%); }
.sidebar-toggle {
background: #42b983;
}
.sidebar-toggle span {
background-color: white;
}
.sidebar-toggle {
width: 36px;
cursor: pointer;
}
.sidebar-toggle .sidebar-toggle-button:hover {
opacity: .8;
}
</style>
</head>
<body>