Skip to content

Commit

Permalink
🎨 CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 13, 2020
1 parent 6eec7b6 commit 5473038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 107 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

<img src="https://github.com/acidjazz/metapi/blob/master/media/capture.png?raw=true"/>

> solarized dark theme with laravel-debugbar
> Dracula dark theme with laravel-debugbar

## Features
* Endpoint benchmarking
* Laravel Validation wrapper that reflects requirements
* Support for JSON and JSONP
* Interactive tree browsing with search thanks to [jsoneditor](https://github.com/josdejong/jsoneditor)
* Dracula Dark theme support to pair with [laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)


## Installation
Expand Down
106 changes: 0 additions & 106 deletions resources/views/json.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,6 @@
color: #50fa7b;
}
/*
div.jsoneditor-value.jsoneditor-null {
color: #8cbd7e;
}
div.jsoneditor-tree button.jsoneditor-button:focus {
background-color: #a79985;
outline: 1px solid #888;
}
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
color: #272727;
}
@keyframes slide-in-right {
from {
opacity: 0;
Expand All @@ -153,90 +131,6 @@
transform: translate(0, 0);
}
}
*/
/* Dracula Theme v1.2.5
*
* https://github.com/dracula/highlightjs
*
* Copyright 2016-present, All rights reserved
*
* Code licensed under the MIT license
*
* @author Denis Ciccale <[email protected]>
* @author Zeno Rocha <[email protected]>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #282a36;
}
.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
color: #8be9fd;
}
.hljs-keyword {
color: #ff79c6;
}
.hljs,
.hljs-subst {
color: #f8f8f2;
}
.hljs-title {
color: #50fa7b;
}
.hljs-string,
.hljs-meta,
.hljs-name,
.hljs-type,
.hljs-attr,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
color: #f1fa8c;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion {
color: #6272a4;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
font-weight: bold;
}
.hljs-literal,
.hljs-number {
color: #bd93f9;
}
.hljs-emphasis {
font-style: italic;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 5473038

Please sign in to comment.